vip_贵族铭牌修改bug
This commit is contained in:
@@ -298,7 +298,7 @@ public class VipAdminService {
|
||||
if (null == nameplate) {
|
||||
throw new AdminServiceException(BusiStatus.BUSIERROR, "铭牌不存在");
|
||||
}
|
||||
if (!nameplate.getNameplateType().equals(NameplateTypeEnum.VIP.getValue().toString())) {
|
||||
if (!nameplate.getNameplateType().equals(NameplateTypeEnum.VIP.getValue())) {
|
||||
throw new AdminServiceException(BusiStatus.BUSIERROR, "非贵族铭牌");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user