@@ -100,9 +100,9 @@ public class ExamSubjectSongServiceImpl extends BaseServiceImpl<Long, ExamSubjec
throw new BizException("参数错误");
}
- if(praNull){
+ if(!praNull){
examSubjectSong.setPerformNum(0);
- }else if(perNull){
+ }else if(!perNull){
examSubjectSong.setPracticeNum(0);