菜单重复添加修改
This commit is contained in:
@@ -281,6 +281,9 @@ public class TbMemberConfigServiceImpl extends ServiceImpl<TbMemberConfigMapper,
|
|||||||
if (shopUser == null || shopUser.getIsVip() == 0) {
|
if (shopUser == null || shopUser.getIsVip() == 0) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (shopUser.getMemberLevelId() == null) {
|
||||||
|
log.warn("会员等级不存在, 店铺id: {}, 用户id: {}", shopId, userId);
|
||||||
|
}
|
||||||
MemberConfigVO memberConfig = detail(shopId);
|
MemberConfigVO memberConfig = detail(shopId);
|
||||||
if (memberConfig == null) {
|
if (memberConfig == null) {
|
||||||
log.warn("会员配置不存在, 店铺id: {}", shopId);
|
log.warn("会员配置不存在, 店铺id: {}", shopId);
|
||||||
|
|||||||
Reference in New Issue
Block a user