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

Commit 516f0dfc authored by 胡佳晨's avatar 胡佳晨

提交 nft 下单接口

parent 883fd9ec
...@@ -179,6 +179,7 @@ public class WdtServiceImpl implements IGoblinErpService { ...@@ -179,6 +179,7 @@ public class WdtServiceImpl implements IGoblinErpService {
for (int i = 0; i < redisSize; i++) { for (int i = 0; i < redisSize; i++) {
List<String> list = goblinRedisUtils.getRange(i); List<String> list = goblinRedisUtils.getRange(i);
orderIdList.add(list); orderIdList.add(list);
//todo 删除redis key
} }
} 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