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

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

修改 推送 erp订单

parent 5e93e9c4
...@@ -201,8 +201,10 @@ public class WdtServiceImpl implements IGoblinErpService { ...@@ -201,8 +201,10 @@ 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(i);
if(orderId!=null) {
list.add(orderId); list.add(orderId);
} }
}
orderIdList.add(list); orderIdList.add(list);
} else { } else {
List<String> a = CollectionUtil.arrayListString(); List<String> a = CollectionUtil.arrayListString();
......
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