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
71076df3
Commit
71076df3
authored
Apr 10, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/xgh/2502朋友圈' into 'master'
朋友圈校验 See merge request
!2767
parents
90270e13
36f8132c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
QwMomentPlanAttendServiceImpl.java
...ce/service/moment/impl/QwMomentPlanAttendServiceImpl.java
+4
-4
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/moment/impl/QwMomentPlanAttendServiceImpl.java
View file @
71076df3
...
...
@@ -162,9 +162,9 @@ public class QwMomentPlanAttendServiceImpl implements QwMomentPlanAttendService
if
(
CollectionUtils
.
isEmpty
(
list
))
{
this
.
qwMomentPlanAttendMapper
.
updateFail
(
plan
.
getPlanId
(),
clerkIdList
,
"任务下发时未绑定企微号"
);
}
else
{
List
<
String
>
noStaff
=
allList
.
stream
().
filter
(
o
->
map
.
keySet
().
contains
(
o
.
getClerkId
())).
map
(
o
->
o
.
getClerkId
()).
collect
(
Collectors
.
toList
());
if
(
CollectionUtils
.
isNotEmpty
(
noStaff
))
{
this
.
qwMomentPlanAttendMapper
.
updateFail
(
plan
.
getPlanId
(),
c
lerkIdList
,
"任务下发时未绑定企微号"
);
List
<
String
>
noStaff
ClerkIdList
=
allList
.
stream
().
filter
(
o
->
map
.
keySet
().
contains
(
o
.
getClerkId
())).
map
(
o
->
o
.
getClerkId
()).
collect
(
Collectors
.
toList
());
if
(
CollectionUtils
.
isNotEmpty
(
noStaff
ClerkIdList
))
{
this
.
qwMomentPlanAttendMapper
.
updateFail
(
plan
.
getPlanId
(),
noStaffC
lerkIdList
,
"任务下发时未绑定企微号"
);
}
List
<
String
>
successList
=
new
ArrayList
<>()
;
for
(
QwMomentPlanAttendDTO
dto
:
allList
)
{
...
...
@@ -176,7 +176,7 @@ public class QwMomentPlanAttendServiceImpl implements QwMomentPlanAttendService
}
TabHaobanClerkMainStoreRelated
tab
=
this
.
clerkMainStoreRelatedService
.
getMainStoreByStaffId
(
sid
,
plan
.
getWxEnterpriseId
())
;
if
(
null
==
tab
||
!
tab
.
getStoreId
().
equals
(
dto
.
getStoreId
()))
{
this
.
qwMomentPlanAttendMapper
.
updateFail
(
plan
.
getPlanId
(),
clerkIdList
,
"任务下发时不是主门店"
);
this
.
qwMomentPlanAttendMapper
.
updateFail
(
plan
.
getPlanId
(),
Arrays
.
asList
(
cid
)
,
"任务下发时不是主门店"
);
continue
;
}
successList
.
add
(
cid
)
;
...
...
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