|
|
|
@ -1908,8 +1908,7 @@ public class CollectModel {
|
|
|
|
|
* @param classIds 哪些班级
|
|
|
|
|
*/
|
|
|
|
|
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, String person_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 allSutdent, String njIds, String personIds, String classIds) throws ParseException {
|
|
|
|
|
//获取此县区的所有学校
|
|
|
|
|
Set<String> targetSet = new HashSet<>();
|
|
|
|
|
if (xiaShuSchool == 1) {
|
|
|
|
@ -2010,6 +2009,7 @@ public class CollectModel {
|
|
|
|
|
record.set("target_id", s);
|
|
|
|
|
record.set("bureau_id", bureau_id);
|
|
|
|
|
record.set("status_code", next_status_code);
|
|
|
|
|
record.set("memo", memo);
|
|
|
|
|
list.add(record);
|
|
|
|
|
}
|
|
|
|
|
Db.batchSave("t_collect_job_target", list, 500);
|
|
|
|
|