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

Commit 4e8b06a4 authored by Administrator's avatar Administrator 🎨

Merge branch 'pre' into 'master'

积分商品 分类列表 1000分页 增加库存-999无限库存

See merge request !138
parents b8167927 668d6d89
...@@ -99,6 +99,7 @@ public class ItemServiceImpl implements IItemService { ...@@ -99,6 +99,7 @@ public class ItemServiceImpl implements IItemService {
if (result <= 0) { if (result <= 0) {
return "修改失败"; return "修改失败";
} }
redisUtils.delList(redisData.getSimpleType().toString());
return "修改成功"; return "修改成功";
} }
......
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