14380 多选集团单位之后 没有回显数据

limingyu-20240401-app登录曹实业判断修改
liujun 2024-03-01 16:44:18 +08:00
parent c206e0f6fa
commit 4c2720a888
1 changed files with 6 additions and 1 deletions

View File

@ -183,8 +183,12 @@ public class FlowTrainController extends BaseController {
map.put("User", "指定主管部门审批人");
map.put("UploadFile", "承诺书");
break;
case "1":
case "2":
map.put("Department", "指定监管部门");
map.put("User", "指定监管部门审批人");
map.put("limitFlag", "1");
break;
case "1":
case "3":
case "4":
map.put("Department", "指定监管部门");
@ -197,6 +201,7 @@ public class FlowTrainController extends BaseController {
if (request.getString("FLOWS_STEP").equals("0")) {
map.put("Department", "监管部门");
map.put("User", "监管部门审批人");
map.put("limitFlag", "1");
}
}