| | |
| | | //3.修改考试理论成绩 |
| | | examScore.setTheoryGrade(auditRecords.getNewScore()); |
| | | //查询用户年龄 |
| | | UserVO userVO = userService.getUserAgeById(Long.parseLong(examScore.getUserId())); |
| | | UserVO userVO = userService.getUserAgeById(examScore.getUserId()); |
| | | //判断实操成绩是否为空 |
| | | if (null == examScore.getLearnGrade()) { |
| | | //如果为空,之间修改理论成绩和总成绩 |
| | |
| | | //3.修改考试理论成绩 |
| | | examScore.setTheoryGrade(records.getNewScore()); |
| | | //查询用户年龄 |
| | | UserVO userVO = userService.getUserAgeById(Long.parseLong(examScore.getUserId())); |
| | | UserVO userVO = userService.getUserAgeById(examScore.getUserId()); |
| | | //判断实操成绩是否为空 |
| | | if (null == examScore.getLearnGrade()) { |
| | | //如果为空,之间修改理论成绩和总成绩 |