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

Commit 4c205517 authored by zhanggb's avatar zhanggb

Merge remote-tracking branch 'origin/dev_erp_gjy' into dev_erp_gjy

parents 11984444 d8085b52
...@@ -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