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

Commit 8632027e authored by 胡佳晨's avatar 胡佳晨

Merge branch 'dev_erp' into dev_erp_gjy

# Conflicts:
#	liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/service/impl/erp/WdtServiceImpl.java
parents be883912 9b533f4c
......@@ -202,8 +202,8 @@ public class WdtServiceImpl implements IGoblinErpService {
List<String> list = CollectionUtil.arrayListString();
for (int i = 0; i < contentSize; i++) {
String orderId = goblinRedisUtils.erpLeftPop(i);
if(orderId!=null) {
String orderId = goblinRedisUtils.erpLeftPop(0);
if (orderId != null) {
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