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

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

Merge branch 'hjc_admin_galaxy' into dev_pre

parents f3b80d19 158bd263
...@@ -195,7 +195,7 @@ public class GoblinRedisUtils { ...@@ -195,7 +195,7 @@ public class GoblinRedisUtils {
public boolean removeNftList(String skuId, String num) { public boolean removeNftList(String skuId, String num) {
String redisKey = GoblinRedisConst.GOBLIN_NUM_LIST.concat(skuId); String redisKey = GoblinRedisConst.GOBLIN_NUM_LIST.concat(skuId);
List<String> voList = getNftList(skuId); List<String> voList = getNftList(skuId);
voList.remove(skuId); voList.remove(num);
redisDataSourceUtil.getRedisGoblinUtil().set(redisKey, voList); redisDataSourceUtil.getRedisGoblinUtil().set(redisKey, voList);
return true; return true;
} }
......
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