fix 74214 消息通知的人不对
This commit is contained in:
+1
-1
@@ -1182,7 +1182,7 @@ public class PayMeetingServiceImpl extends ServiceImpl<PayMeetingMapper, PayMeet
|
||||
new LambdaQueryWrapper<PayMeetingSituation>()
|
||||
.select(PayMeetingSituation::getCompanyContactId)
|
||||
.eq(PayMeetingSituation::getMeetingId, id)
|
||||
.eq(PayMeetingSituation::getCheckResult, MeetingSubitemCommon.SIGNUP_STATUS_1)
|
||||
.eq(PayMeetingSituation::getRegisterCheckResult, MeetingSubitemCommon.SIGNUP_STATUS_1)
|
||||
);
|
||||
if (payMeetingSituations.isEmpty()) {
|
||||
return listMsg;
|
||||
|
||||
Reference in New Issue
Block a user