|
@@ -163,8 +163,8 @@ public class ExamRegistrationServiceImpl extends BaseServiceImpl<Long, ExamRegis
|
|
|
Map<String, Object> params = new HashMap<String, Object>();
|
|
|
MapUtil.populateMap(params, queryInfo);
|
|
|
|
|
|
- List<Integer> nextLevelOrganIds = organizationService.getChildOrganIds(queryInfo.getOrganId(), true);
|
|
|
- params.put("organIds", nextLevelOrganIds);
|
|
|
+// List<Integer> nextLevelOrganIds = organizationService.getChildOrganIds(queryInfo.getOrganId(), true);
|
|
|
+// params.put("organIds", nextLevelOrganIds);
|
|
|
|
|
|
List<ExamRegistrationRoomDto> dataList = Collections.EMPTY_LIST;
|
|
|
int count = examRegistrationDao.countExamRegist(params);
|