Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
dqms
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xuhuanchao
dqms
Commits
1ff2c761
Commit
1ff2c761
authored
Nov 14, 2022
by
PC-202210251227\Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导入新增部门
parent
6e956488
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
DqPersonelServiceImpl.java
...o/hmit/modules/dq/service/impl/DqPersonelServiceImpl.java
+1
-5
No files found.
hmit-admin/src/main/java/io/hmit/modules/dq/service/impl/DqPersonelServiceImpl.java
View file @
1ff2c761
...
...
@@ -80,6 +80,7 @@ public class DqPersonelServiceImpl extends CrudServiceImpl<DqPersonelDao, DqPers
e
.
setCommunity
(
dqRegionEntity
.
getCommunity
());
e
.
setDqRegionId
(
dqRegionEntity
.
getId
());
e
.
setDataStatus
(
1
);
e
.
setDeptId
(
dqRegionEntity
.
getId
());
break
;
}
}
...
...
@@ -87,11 +88,6 @@ public class DqPersonelServiceImpl extends CrudServiceImpl<DqPersonelDao, DqPers
e
.
setDataStatus
(
3
);
}
});
// list.forEach(e->{
// log.info(JSON.toJSONString(e));
// });
baseDao
.
saveList
(
list
);
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
...
...
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