This commit is contained in:
zwt13703 2026-03-15 17:49:57 +08:00
parent b8075c2d7f
commit 91a8db4b44
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class YxScoreController {
JSONObject jsonObject = userScoreService.todayOfEditScoreCount();
VipDTO userVip = miniUserService.getUserVip(userId);
if (userVip.getVipLevel() != 9) {
AssertUtils.notTrue(jsonObject.getInteger("useCount") > 0, "已无修改次数");
AssertUtils.notTrue(jsonObject.getInteger("useCount") > 10, "已无修改次数");
}
String professionalCategory = userScoreUpdateDTO.getProfessionalCategory();
String cognitioPolyclinic = userScoreUpdateDTO.getCognitioPolyclinic();//文科/理科