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

Commit 158bd263 authored by 胡佳晨's avatar 胡佳晨

站位 减库存

parent 9dc525b9
......@@ -195,7 +195,7 @@ public class GoblinRedisUtils {
public boolean removeNftList(String skuId, String num) {
String redisKey = GoblinRedisConst.GOBLIN_NUM_LIST.concat(skuId);
List<String> voList = getNftList(skuId);
voList.remove(skuId);
voList.remove(num);
redisDataSourceUtil.getRedisGoblinUtil().set(redisKey, voList);
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