Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
290dd0e5
Commit
290dd0e5
authored
Mar 03, 2020
by
qwmqiuwenmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
9c8a382b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
DepartmentContoller.java
...gic/haoban/manage/web/controller/DepartmentContoller.java
+1
-0
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/DepartmentContoller.java
View file @
290dd0e5
...
@@ -343,6 +343,7 @@ public class DepartmentContoller extends WebBaseController{
...
@@ -343,6 +343,7 @@ public class DepartmentContoller extends WebBaseController{
@RequestMapping
(
"unbind-department-list"
)
@RequestMapping
(
"unbind-department-list"
)
public
HaobanResponse
unbindDepartmentList
(
String
departmentId
,
String
enterpriseId
,
Integer
type
)
{
public
HaobanResponse
unbindDepartmentList
(
String
departmentId
,
String
enterpriseId
,
Integer
type
)
{
List
<
GicTreeDTO
>
departmentList
=
storeGroupService
.
listGicTree
(
enterpriseId
,
type
,
departmentId
);
List
<
GicTreeDTO
>
departmentList
=
storeGroupService
.
listGicTree
(
enterpriseId
,
type
,
departmentId
);
logger
.
info
(
"【未绑定部门列表】enterpriseId={},type={},departmentId={},departmentList={}"
,
enterpriseId
,
type
,
departmentId
,
JSON
.
toJSONString
(
departmentList
));
List
<
DepartmentDTO
>
dtoList
=
new
ArrayList
<
DepartmentDTO
>();
List
<
DepartmentDTO
>
dtoList
=
new
ArrayList
<
DepartmentDTO
>();
for
(
GicTreeDTO
departmentDTO
:
departmentList
)
{
for
(
GicTreeDTO
departmentDTO
:
departmentList
)
{
DepartmentDTO
dto
=
departmentApiService
.
selectByRelatedId
(
departmentDTO
.
getId
());
DepartmentDTO
dto
=
departmentApiService
.
selectByRelatedId
(
departmentDTO
.
getId
());
...
...
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