包头bug修复
This commit is contained in:
parent
ce9d587283
commit
a73afccd54
@ -350,7 +350,7 @@ public class ExamTrainRecordServiceImpl extends ServiceImpl<ExamTrainRecordMappe
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (info != null && admissionDetail != null && isReEducation == 0) {
|
if (info != null && admissionDetail != null && isReEducation == 0) {
|
||||||
// throw new OpenAlertException("此人员已入场,不能参加入场培训考试");
|
throw new OpenAlertException("此人员已入场,不能参加入场培训考试");
|
||||||
}
|
}
|
||||||
if (admissionDetail != null) {
|
if (admissionDetail != null) {
|
||||||
ExamTrainRecord trainRecord1 = baseMapper.selectOne(new LambdaQueryWrapper<ExamTrainRecord>()
|
ExamTrainRecord trainRecord1 = baseMapper.selectOne(new LambdaQueryWrapper<ExamTrainRecord>()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user