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
1
Merge Requests
1
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
fea6c417
Commit
fea6c417
authored
Jul 07, 2022
by
墨竹
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
7b734cc8
65c63729
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
+1
-4
HmStoreController.java
...ic/haoban/manage/web/controller/hm/HmStoreController.java
+1
-4
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/hm/HmStoreController.java
View file @
fea6c417
...
...
@@ -50,7 +50,7 @@ public class HmStoreController {
params
.
put
(
"status"
,
2
);
params
.
put
(
"storeGroupId"
,
storeGroupId
);
// 是否显示子分组(1显示,其余不显示)
params
.
put
(
"showChildren"
,
0
);
params
.
put
(
"showChildren"
,
1
);
// 只获取导购和店长
params
.
put
(
"clerkTypeList"
,
Arrays
.
asList
(
1
,
0
));
if
(
StringUtils
.
isNotBlank
(
storeSearchParams
))
{
...
...
@@ -59,9 +59,6 @@ public class HmStoreController {
if
(
StringUtils
.
isNotBlank
(
clerkSearchParams
))
{
params
.
put
(
"clerkSearchParams"
,
"%"
+
clerkSearchParams
+
"%"
);
}
if
(
StringUtils
.
isBlank
(
storeGroupId
))
{
return
RestResponse
.
failure
(
"-1"
,
"门店分组ID不能为空"
);
}
// 如果有权限控制,进行管辖门店过0滤
List
<
String
>
authStoreIdList
=
this
.
staffApiService
.
getHaoBanStoreIdsRolesByClerkId
(
loginUser
.
getClerkId
(),
loginUser
.
getWxEnterpriseId
());
...
...
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