单操考试调整

This commit is contained in:
tiger_zhou 2023-02-08 15:58:44 +08:00
parent 899c5e2e0f
commit 52477be1a1
2 changed files with 3 additions and 2 deletions

View File

@ -68,9 +68,9 @@ public class PaperUserCreateService {
pu.setStatus(false);
example.createCriteria().andIdIn(idList);
this.paperUserDAO.updateByExampleSelective(pu,example);*/
/*PaperUserExample paperUserExample = new PaperUserExample();
PaperUserExample paperUserExample = new PaperUserExample();
paperUserExample.createCriteria().andIdIn(idList);
this.paperUserDAO.deleteByExample(paperUserExample);*/
this.paperUserDAO.deleteByExample(paperUserExample);
this.deletePaperUserQuestion(idList);

View File

@ -170,6 +170,7 @@ public class PermissionSubjectService {
return subjectVOList;
}
}
// findPermissionWithMapIdAndUserInfo
private void createSystemAbilityVOForProejctOrMap(List<PermissionSubjectVO> subjectVOS,List<SystemAbility> saList){
for (PermissionSubjectVO mapVO : subjectVOS) {