修改因考试申请没有考试人员报错的问题
This commit is contained in:
parent
46dbb3fa5c
commit
0f84db552b
@ -116,6 +116,9 @@ public class ApplyStudentsServiceImpl extends DefaultBaseService implements IApp
|
|||||||
// applyStudentsNewVO.setExamOrgId(applyStudentsVO);
|
// applyStudentsNewVO.setExamOrgId(applyStudentsVO);
|
||||||
applyStudentsNewService.save(applyStudentsNewVO);
|
applyStudentsNewService.save(applyStudentsNewVO);
|
||||||
}
|
}
|
||||||
|
if(deleteIdList == null || deleteIdList.size() == 0){
|
||||||
|
return;
|
||||||
|
}
|
||||||
applyService.delete(deleteIdList);
|
applyService.delete(deleteIdList);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user