main
黄海 2 years ago
parent 82a02e518e
commit 8d1ad8eb68

@ -1902,13 +1902,13 @@ public class CollectModel {
* @param person_id ID * @param person_id ID
* *
* @param allTeacher * @param allTeacher
* @param allSutdent * @param allStudent
* @param njIds 1,212 * @param njIds 1,212
* @param personIds () * @param personIds ()
* @param classIds * @param classIds
*/ */
public void ForwardJob(int publish_role_id, String area_id, int job_id, int status_code, String deadline_time, int xiaShuSchool, public void ForwardJob(int publish_role_id, String area_id, int job_id, int status_code, String deadline_time, int xiaShuSchool,
int xiaShuJiaoFu, String bureauIds, String groupIds, String memo, String bureau_id, int allTeacher, int allSutdent, String njIds, String personIds, String classIds) throws ParseException { int xiaShuJiaoFu, String bureauIds, String groupIds, String memo, String bureau_id, int allTeacher, int allStudent, String njIds, String personIds, String classIds) throws ParseException {
//获取此县区的所有学校 //获取此县区的所有学校
Set<String> targetSet = new HashSet<>(); Set<String> targetSet = new HashSet<>();
if (xiaShuSchool == 1) { if (xiaShuSchool == 1) {
@ -1951,7 +1951,7 @@ public class CollectModel {
} }
} }
//所有学生 //所有学生
if (allSutdent == 1) { if (allStudent == 1) {
for (Record r : getAllStudent(bureau_id)) { for (Record r : getAllStudent(bureau_id)) {
targetSet.add(r.getStr("person_id")); targetSet.add(r.getStr("person_id"));
} }

Loading…
Cancel
Save