1
This commit is contained in:
@@ -196,7 +196,7 @@ public class JDUtils {
|
||||
if (Util.isAnyEmpty(appKey,secretKey)){
|
||||
continue;
|
||||
}
|
||||
logger.info("实时订单 appKey {} , secretKey {}",appKey,secretKey);
|
||||
logger.info("实时订单 {} ",appKey.substring(appKey.length()-4));
|
||||
UnionOpenOrderRowQueryResponse response = fetchOrdersForDateTime(lastMinute, true, 1, true,appKey,secretKey); // 真实代表实时订单
|
||||
if (response != null) {
|
||||
|
||||
@@ -565,7 +565,7 @@ public class JDUtils {
|
||||
}
|
||||
|
||||
// 打印方法调用和开始结束时间
|
||||
logger.info(" {}拉取订单 ---> , 分钟还是秒 {} , 开始时间:{} --- 结束时间:{}", appKey.substring(appKey.length()-4) ,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;
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user