update 功能安全中心 会议发布提醒
This commit is contained in:
+1
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user