@ -236,7 +236,7 @@ public class TheoryTestServiceImpl implements ITheoryTestService {
} else {
stuError.setJudgeIds(String.valueOf(theoryTestDto.getJudgeErrorIds()));
}
errorMapper.updateByPrimaryKey(stuError);
errorMapper.updateByPrimaryKeySelective(stuError);
UpdateTheoryRecord(theoryTestDto.getUserId(), theoryTestDto.getScore(), theoryTestDto.getExamDuration());
return i;