统计美化
This commit is contained in:
@@ -178,9 +178,9 @@ public class JDScheduleJob {
|
||||
}
|
||||
|
||||
// 打印方法调用和开始结束时间
|
||||
if (isRealTime && (LocalDateTime.now().getMinute() % 10 == 0)) {
|
||||
logger.debug(" {} --- 拉取订单, 分钟还是秒 {} , 开始时间:{} --- 结束时间:{}", appKey.substring(appKey.length() - 4), hourMinuteTag, startTime.format(DATE_TIME_FORMATTER), endTime.format(DATE_TIME_FORMATTER));
|
||||
}
|
||||
//if (isRealTime && (LocalDateTime.now().getMinute() % 10 == 0)) {
|
||||
// logger.debug(" {} --- 拉取订单, 分钟还是秒 {} , 开始时间:{} --- 结束时间:{}", appKey.substring(appKey.length() - 4), hourMinuteTag, startTime.format(DATE_TIME_FORMATTER), endTime.format(DATE_TIME_FORMATTER));
|
||||
//}
|
||||
|
||||
return unionOpenOrderRowQueryResponse;
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user