Commit a0662ff5 by wangjian

2025-07-26 规范建设 V3.5

parent dd118785
......@@ -193,21 +193,6 @@ public class SjGfjsYdjcjlController extends BaseController
if(dw == null){
return AjaxResult.error("导入失败,单位不能为空,请在录入界面中选择单位");
}
// //查询单位id
// String[] split = dw.split("/");
// if(split.length<2){
// return AjaxResult.error("导入失败,第"+(i+1)+"行输入的单位格式有误!");
// }
// String ejdw=split[0];
// SysDept ejdept = deptList.stream().filter(dept -> dept.getDeptName().equals(ejdw)).findFirst().orElse(null);
// if(ejdept==null){
// return AjaxResult.error("导入失败,第"+(i+1)+"行未匹配到二级单位");
// }
// String sjdw=split[1];
// SysDept sjdept = deptList.stream().filter(dept -> dept.getDeptName().equals(sjdw) && dept.getParentId().equals(ejdept.getDeptId())).findFirst().orElse(null);
// if(sjdept==null){
// return AjaxResult.error("导入失败,第"+(i+1)+"行未匹配到三级单位");
// }
zsdwwtcj.setDeptId(jl.getDeptId());
zsdwwtcj.setYl3(jl.getDeptId());
//问题描述
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment