mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
mall: 商品评论表增加冗余 SKU 的图片地址, 规格
This commit is contained in:
@ -200,7 +200,7 @@ public class MemberLevelServiceImpl implements MemberLevelService {
|
||||
if (updateReqVO.getLevelId() == null) {
|
||||
// 取消用户等级时,需要扣减经验
|
||||
levelRecord.setExperience(-user.getExperience());
|
||||
// TODO @疯狂:这里是不是也要设置下 setUserExperience 属性;
|
||||
levelRecord.setUserExperience(0);
|
||||
levelRecord.setDescription("管理员取消了等级");
|
||||
} else {
|
||||
// 复制等级配置
|
||||
|
Reference in New Issue
Block a user