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
9781a198
Commit
9781a198
authored
Jul 21, 2022
by
墨竹
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
29f04c34
4f2d3c95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
HmLinkApiServiceImpl.java
...age/service/service/out/impl/hm/HmLinkApiServiceImpl.java
+3
-2
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/hm/HmLinkApiServiceImpl.java
View file @
9781a198
...
@@ -275,7 +275,8 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
...
@@ -275,7 +275,8 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
// 协管导购
// 协管导购
for
(
MemberStoreClerkDataDTO
item
:
list
)
{
for
(
MemberStoreClerkDataDTO
item
:
list
)
{
String
clerkId
=
item
.
getClerkIdRel
();
String
clerkId
=
item
.
getClerkIdRel
();
if
(
clerkId
.
equals
(
mainClerkId
))
{
if
(
mainStoreId
.
equals
(
item
.
getStoreIdRel
()))
{
log
.
info
(
"协管逻辑,主门店直接过滤"
);
continue
;
continue
;
}
}
hm
=
this
.
getHmFromClerk
(
clerkId
,
wxEnterpriseId
);
hm
=
this
.
getHmFromClerk
(
clerkId
,
wxEnterpriseId
);
...
@@ -374,7 +375,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
...
@@ -374,7 +375,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
}
}
// 生成动态活码
// 生成动态活码
retDTO
.
setRemarkMap
(
remarkMap
);
retDTO
.
setRemarkMap
(
remarkMap
);
log
.
info
(
"活码数据返回={}"
,
JSON
.
toJSONString
(
retDTO
,
true
));
log
.
info
(
"活码数据返回={}"
,
JSON
.
toJSONString
(
retDTO
));
return
ServiceResponse
.
success
(
retDTO
);
return
ServiceResponse
.
success
(
retDTO
);
}
}
...
...
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