Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
qianhe-ydsj
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangyun
qianhe-ydsj
Commits
a0662ff5
Commit
a0662ff5
authored
Jul 26, 2025
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025-07-26 规范建设 V3.5
parent
dd118785
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
qianhe-ydsj/src/main/java/com/qianhe/controller/SjGfjsYdjcjlController.java
+0
-15
No files found.
qianhe-ydsj/src/main/java/com/qianhe/controller/SjGfjsYdjcjlController.java
View file @
a0662ff5
...
...
@@ -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
());
//问题描述
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment