src/main/java/org/springblade/modules/exam/controller/ExamScoreController.java
@@ -172,7 +172,7 @@ if (null != examScore.getLearnGrade() && null != examScore.getTheoryGrade()) { ExamScore examScore1 = examScoreService.getById(examScore.getId()); //查询当前保安信息 UserVO user = userService.getUserAgeById(Long.parseLong(examScore1.getUserId())); UserVO user = userService.getUserAgeById(examScore1.getUserId()); //再根据身份证号查询用户,方式用户考了试,被删除,又新建的情况,修改最新用户的状态信息 User user1 = userService.getUserInfoByIdCardNo(user.getCardid()); //考试合格