Commit a1b96d3a by 周晓航

修改日志

parent 662bbc7d
......@@ -52,10 +52,10 @@ public class OrderReportJobHandler {
.partnerList(requestDto)
.build();
BaseResponse baseResponse = storeBackstageClient.pushOrderStore(pushOrderStoreDto);
LogUtil.info("上报门店支付情况", pushOrderStoreDto, baseResponse);
LogUtil.info("上报门店支付情况", JSON.toJSONString(pushOrderStoreDto), JSON.toJSONString(baseResponse));
// fisherman 数据推送之后的 redis 缓存数据 是否清理 暂时没需求
} catch (Exception e) {
LogUtil.error("上报门店支付情况 error", e, JSON.toJSONString(e));
LogUtil.error("上报门店支付情况 error", null, JSON.toJSONString(e));
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment