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
9d1551e7
Commit
9d1551e7
authored
Jul 11, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log
parent
e47c7010
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
HmLinkController.java
...gic/haoban/manage/web/controller/hm/HmLinkController.java
+14
-2
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/hm/HmLinkController.java
View file @
9d1551e7
...
@@ -385,21 +385,33 @@ public class HmLinkController {
...
@@ -385,21 +385,33 @@ public class HmLinkController {
if
(
xg
==
1
)
{
if
(
xg
==
1
)
{
list
.
add
(
"协管导购"
);
list
.
add
(
"协管导购"
);
}
}
String
s1
=
"(同意授权)"
;
if
(
dz
==
1
)
{
if
(
dz
==
1
)
{
if
(
level
==
6
)
{
list
.
add
(
s1
)
;
}
list
.
add
(
"店长"
);
list
.
add
(
"店长"
);
}
}
if
(
dy
==
1
)
{
if
(
dy
==
1
)
{
if
(
level
==
6
&&
!
list
.
contains
(
s1
))
{
list
.
add
(
s1
)
;
}
if
(
level
==
1
&&
level
==
2
)
{
if
(
level
==
1
&&
level
==
2
)
{
list
.
add
(
"其他导购"
);
list
.
add
(
"其他导购"
);
}
else
{
}
else
{
list
.
add
(
"导购"
);
list
.
add
(
"导购"
);
}
}
}
}
String
s2
=
"(拒绝授权)"
;
if
(
ndz
==
1
)
{
if
(
ndz
==
1
)
{
list
.
add
(
"指定门店的店长"
);
list
.
add
(
s2
)
;
list
.
add
(
"店长"
);
}
}
if
(
ndy
==
1
)
{
if
(
ndy
==
1
)
{
list
.
add
(
"指定门店的导购"
);
if
(!
list
.
contains
(
s2
))
{
list
.
add
(
s2
)
;
}
list
.
add
(
"导购"
);
}
}
return
list
.
stream
().
collect
(
Collectors
.
joining
(
"、"
));
return
list
.
stream
().
collect
(
Collectors
.
joining
(
"、"
));
}
}
...
...
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