update 功能安全中心 会议发布提醒

This commit is contained in:
lijiarao
2024-07-05 13:42:34 +08:00
parent 285e58987e
commit aaf67e8d0c
@@ -794,11 +794,10 @@ public class PayMeetingServiceImpl extends ServiceImpl<PayMeetingMapper, PayMeet
);
}
}else if (Objects.equals(projectType, 5)) {
//把单位会员中所有的联系人取出
safetyCenterId = publishReminderVO.getSafetyCenterId();
LambdaQueryWrapper<SafetyCenterSubitemContacts> wrapper1 = new LambdaQueryWrapper<>();
wrapper1.eq(SafetyCenterSubitemContacts::getProjectId, safetyCenterId);
wrapper1.in(SafetyCenterSubitemContacts::getContactsId,subitemIds);
wrapper1.in(SafetyCenterSubitemContacts::getId,subitemIds);
List<SafetyCenterSubitemContacts> groupSubItemContactsList = safetyCenterSubitemContactsService.list(wrapper1);
for (SafetyCenterSubitemContacts payDraftingGroupSubItemContacts : groupSubItemContactsList) {
String subitemId = payDraftingGroupSubItemContacts.getSubitemId();