update 功能安全中心 会议发布
This commit is contained in:
+1
-1
@@ -797,7 +797,7 @@ public class PayMeetingServiceImpl extends ServiceImpl<PayMeetingMapper, PayMeet
|
||||
safetyCenterId = publishReminderVO.getSafetyCenterId();
|
||||
LambdaQueryWrapper<SafetyCenterSubitemContacts> wrapper1 = new LambdaQueryWrapper<>();
|
||||
wrapper1.eq(SafetyCenterSubitemContacts::getProjectId, safetyCenterId);
|
||||
wrapper1.in(SafetyCenterSubitemContacts::getId,subitemIds);
|
||||
wrapper1.in(SafetyCenterSubitemContacts::getContactsId,subitemIds);
|
||||
List<SafetyCenterSubitemContacts> groupSubItemContactsList = safetyCenterSubitemContactsService.list(wrapper1);
|
||||
for (SafetyCenterSubitemContacts payDraftingGroupSubItemContacts : groupSubItemContactsList) {
|
||||
String subitemId = payDraftingGroupSubItemContacts.getSubitemId();
|
||||
|
||||
Reference in New Issue
Block a user