|
@@ -456,7 +456,7 @@ public class KuaishouItemCollectSamplesServiceImpl implements IKuaishouItemColle
|
|
|
JSONObject order = new JSONObject();
|
|
|
|
|
|
//当前小时
|
|
|
- Integer hour2 = DateUtils.getNowHour() - 1;
|
|
|
+ Integer hour2 = DateUtils.getNowHour();
|
|
|
//当天 yyyy-MM-dd
|
|
|
String today = DateUtils.getNowDateStr();
|
|
|
|
|
@@ -601,7 +601,7 @@ public class KuaishouItemCollectSamplesServiceImpl implements IKuaishouItemColle
|
|
|
if (Check.isNotNull(itemIds)) {
|
|
|
JSONObject order = null;
|
|
|
//当前小时
|
|
|
- Integer hour2 = DateUtils.getNowHour() - 1;
|
|
|
+ Integer hour2 = DateUtils.getNowHour();
|
|
|
//当天
|
|
|
String today = DateUtils.getNowDateStr();
|
|
|
//根据本阶段日期 获取上阶段 开始 和 截至 日期
|