|
@@ -106,8 +106,8 @@ public class ProjectFilingBatchController extends BaseController {
|
|
|
//项目信息
|
|
|
projectFilingBatch.setProject(ruralProjectRecordsList);
|
|
|
}
|
|
|
- List<User> auditUserList = userService.getFilingUserList();
|
|
|
- projectFilingBatch.setBzshbUserList(auditUserList);
|
|
|
+// List<User> auditUserList = userService.getFilingUserList();
|
|
|
+// projectFilingBatch.setBzshbUserList(auditUserList);
|
|
|
model.addAttribute("projectFilingBatch", projectFilingBatch);
|
|
|
return "modules/projectFilingBatch/projectFilingBatchView";
|
|
|
}
|
|
@@ -146,8 +146,8 @@ public class ProjectFilingBatchController extends BaseController {
|
|
|
projectFilingBatch.setCreateDate(new Date());
|
|
|
}
|
|
|
//查询总审人员信息
|
|
|
- List<User> auditUserList = userService.getFilingUserList();
|
|
|
- projectFilingBatch.setBzshbUserList(auditUserList);
|
|
|
+// List<User> auditUserList = userService.getFilingUserList();
|
|
|
+// projectFilingBatch.setBzshbUserList(auditUserList);
|
|
|
model.addAttribute("projectFilingBatch", projectFilingBatch);
|
|
|
return "modules/projectFilingBatch/projectFilingBatchForm";
|
|
|
}
|
|
@@ -168,8 +168,8 @@ public class ProjectFilingBatchController extends BaseController {
|
|
|
act.setTask(taskInfok);
|
|
|
projectFilingBatch.setAct(act);
|
|
|
}
|
|
|
- List<User> auditUserList = userService.getFilingUserList();
|
|
|
- projectFilingBatch.setBzshbUserList(auditUserList);
|
|
|
+// List<User> auditUserList = userService.getFilingUserList();
|
|
|
+// projectFilingBatch.setBzshbUserList(auditUserList);
|
|
|
projectFilingBatchService.queryInfo(projectFilingBatch);
|
|
|
model.addAttribute("projectFilingBatch", projectFilingBatch);
|
|
|
return "modules/projectFilingBatch/projectFilingBatchApply";
|