记得上下班打卡 | git大法好,push需谨慎

Commit 93125131 authored by 胡佳晨's avatar 胡佳晨

需改 erphosting 不是1不处理

parent 9d0f56e4
...@@ -238,8 +238,10 @@ public class WdtServiceImpl implements IGoblinErpService { ...@@ -238,8 +238,10 @@ public class WdtServiceImpl implements IGoblinErpService {
if (listOrder.size() > newCount) { if (listOrder.size() > newCount) {
for (String orderId : b) { for (String orderId : b) {
goblinRedisUtils.erpAddErrorPush(shopNo, orderId); goblinRedisUtils.erpAddErrorPush(shopNo, orderId);
log.error("同步 erp 失败 shopNo:{},orderId:{}", shopNo, orderId);
} }
log.error("同步 erp 失败 "); log.error("同步 erp 失败 ");
} }
} }
} }
......
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