This commit is contained in:
雷欧(林平凡)
2025-01-16 11:36:38 +08:00
parent a6afb713da
commit 1efc77d57c

View File

@@ -565,7 +565,7 @@ public class JDUtils {
} }
// 打印方法调用和开始结束时间 // 打印方法调用和开始结束时间
logger.info("拉取订单 ---> , appKey {} , hourMinuteTag {} , 开始时间:{} --- 结束时间:{}", appKey ,hourMinuteTag, startTime.format(DATE_TIME_FORMATTER), endTime.format(DATE_TIME_FORMATTER)); logger.info(" {}拉取订单 ---> , 分钟还是秒 {} , 开始时间:{} --- 结束时间:{}", appKey.substring(appKey.length()-4) ,hourMinuteTag, startTime.format(DATE_TIME_FORMATTER), endTime.format(DATE_TIME_FORMATTER));
return unionOpenOrderRowQueryResponse; return unionOpenOrderRowQueryResponse;
} catch (Exception e) { } catch (Exception e) {