Commit 32bc47cd by 徐高华

Merge branch 'feature/xgh/2502朋友圈' into 'master'

朋友圈校验bug

See merge request !2789
parents 0308b565 2172b45d
......@@ -170,6 +170,9 @@ public class QwMomentPlanAttendServiceImpl implements QwMomentPlanAttendService
for(QwMomentPlanAttendDTO dto : allList) {
String cid = dto.getClerkId() ;
String sid = dto.getStaffId() ;
if(noStaffClerkIdList.contains(cid)) {
continue;
}
if(map.get(cid) != null && map.get(cid).equals(sid)) {
}else {
this.qwMomentPlanAttendMapper.updateSuccessStaff(plan.getPlanId(),cid,map.get(cid));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment