updates
This commit is contained in:
parent
b8075c2d7f
commit
91a8db4b44
|
|
@ -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();//文科/理科
|
||||
|
|
|
|||
Loading…
Reference in New Issue