This commit is contained in:
Leo
2025-02-04 13:39:59 +08:00
parent 59cec4879e
commit fb6fa476a2

View File

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