|
|
@ -217,8 +217,8 @@ public class EpdcEventsServiceImpl extends BaseServiceImpl<EpdcEventsDao, EpdcEv |
|
|
|
// 保存事件关联的工作人员
|
|
|
|
workUserEventsService.saveWorkUserRelationEventInfo(entity.getId(), dto.getWorkUserIds()); |
|
|
|
|
|
|
|
// 发送菜单消息-议题待回应
|
|
|
|
this.sendMenuNoticeOfEventRespond(entity.getGridId(), null); |
|
|
|
// 发送菜单消息-议题待回应(20220921注掉该方法,因后面user存在问题)
|
|
|
|
// this.sendMenuNoticeOfEventRespond(entity.getGridId(), null);
|
|
|
|
|
|
|
|
//短信通知 所有有菜单权限的议题审核员
|
|
|
|
issueOverseeResultsTask.getSysGridLeaderPhone(dto.getGridId()); |
|
|
|