优化日志
This commit is contained in:
parent
735bfadcfb
commit
4426e69be6
@ -1,6 +1,7 @@
|
||||
package com.xhpc.pp.logic;
|
||||
|
||||
import cn.hutool.core.date.DateUtil;
|
||||
import cn.hutool.json.JSONUtil;
|
||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
import com.xhpc.common.api.PileOrderService;
|
||||
import com.xhpc.common.api.SmsService;
|
||||
@ -198,7 +199,7 @@ public class RealtimeDataLogic implements ServiceLogic {
|
||||
REDIS.setCacheMap(orderkey, cacheOrder);
|
||||
}
|
||||
if (r == null || r.getCode() != 200) {
|
||||
log.error("errorfreecnt r{}", r);
|
||||
log.error("errorfreecnt r{}", JSONUtil.toJsonStr(r));
|
||||
errorfreecnt = 1;
|
||||
}
|
||||
cacheOrder.put("abnormal.1", "lord as order data");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user