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

Commit 9b533f4c authored by 胡佳晨's avatar 胡佳晨

erp 修改 同步库存和推送订单

parent 0f14b19f
...@@ -202,8 +202,8 @@ public class WdtServiceImpl implements IGoblinErpService { ...@@ -202,8 +202,8 @@ public class WdtServiceImpl implements IGoblinErpService {
List<String> list = CollectionUtil.arrayListString(); List<String> list = CollectionUtil.arrayListString();
for (int i = 0; i < contentSize; i++) { for (int i = 0; i < contentSize; i++) {
String orderId = goblinRedisUtils.erpLeftPop(i); String orderId = goblinRedisUtils.erpLeftPop(0);
if(orderId!=null) { if (orderId != null) {
list.add(orderId); list.add(orderId);
} }
} }
......
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