分开京东拉订单的调度类
This commit is contained in:
@@ -171,6 +171,7 @@ public class JDScheduleJob {
|
||||
// 只有没有订单的才进行标记为已拉取
|
||||
if (unionOpenOrderRowQueryResponse != null && unionOpenOrderRowQueryResponse.getQueryResult() != null && unionOpenOrderRowQueryResponse.getQueryResult().getData() == null) {
|
||||
hashOps.put(newTimeTag, hourMinuteTag, "done");
|
||||
logger.debug(" 账号 {} -- 没有订单 -- 开始时间:{} --- 结束时间:{}", appKey.substring(appKey.length() - 4), startTime.format(DATE_TIME_FORMATTER), endTime.format(DATE_TIME_FORMATTER));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user