Commit 2d2eff9b by 周晓航

开发 每天下单门店 需求

parent 1cfccccf
...@@ -51,7 +51,7 @@ public class OrderReportJobHandler { ...@@ -51,7 +51,7 @@ public class OrderReportJobHandler {
.build(); .build();
BaseResponse baseResponse = storeBackstageClient.pushOrderStore(pushOrderStoreDto); BaseResponse baseResponse = storeBackstageClient.pushOrderStore(pushOrderStoreDto);
LogUtil.info("上报门店支付情况", pushOrderStoreDto, baseResponse); LogUtil.info("上报门店支付情况", pushOrderStoreDto, baseResponse);
// fisherman 数据推送之后的 redis 缓存数据 没处理
} }
} }
......
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