vip_贵族铭牌修改bug

This commit is contained in:
2025-06-05 17:44:33 +08:00
parent b4e275aae0
commit a5b3681a41

View File

@@ -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, "非贵族铭牌");
}
}