|
@@ -467,10 +467,10 @@ public class NoticeServiceImpl implements NoticeService {
|
|
|
return getGetLimitUserIdByMarkWork(rootOrgId, rowNumber, startUserId, ruleList);
|
|
|
case COMMON_USERS_OF_ROLE:
|
|
|
return getGetLimitUserIdByRole(rootOrgId, startUserId);
|
|
|
- case STUDENTS_OF_EXAM:
|
|
|
- return getLimitUserIdByExamStudent(rootOrgId, startUserId, rowNumber, ruleList);
|
|
|
- case ALL_STUDENTS_OF_ROOT_ORG:
|
|
|
- return getLimitUserIdByAllStudent(rootOrgId, rowNumber, startUserId);
|
|
|
+// case STUDENTS_OF_EXAM:
|
|
|
+// return getLimitUserIdByExamStudent(rootOrgId, startUserId, rowNumber, ruleList);
|
|
|
+// case ALL_STUDENTS_OF_ROOT_ORG:
|
|
|
+// return getLimitUserIdByAllStudent(rootOrgId, rowNumber, startUserId);
|
|
|
default:
|
|
|
resultResp.setNextId(0L);
|
|
|
resultResp.setIdList(null);
|