|
|
@ -461,12 +461,6 @@ public class EpdcEventsServiceImpl extends BaseServiceImpl<EpdcEventsDao, EpdcEv |
|
|
|
this.sendMenuNoticeOfEventRespond(deptId, userId); |
|
|
|
// 议题-待处理
|
|
|
|
issueService.sendIssueHandleMenuNotice(deptId, userId); |
|
|
|
// 项目-待处理项目-网格用户
|
|
|
|
itemService.sendItemHandleMenuNotice(deptId, userId); |
|
|
|
// 项目-待处理项目-驳回-网格用户
|
|
|
|
itemService.sendItemHandleMenuNoticeReject(deptId, userId); |
|
|
|
// 项目-待处理项目-结案-网格用户
|
|
|
|
itemService.sendItemHandleMenuNoticeExamine(deptId, userId); |
|
|
|
} else if (OrganizationTypeConstant.ORG_TYPE_DISTRICT_PARTY.equals(dtoResult.getData().getTypeKey()) |
|
|
|
|| OrganizationTypeConstant.ORG_TYPE_DISTRICT_DEPT.equals(dtoResult.getData().getTypeKey()) |
|
|
|
|| OrganizationTypeConstant.ORG_TYPE_STREET_PARTY.equals(dtoResult.getData().getTypeKey()) |
|
|
@ -475,6 +469,12 @@ public class EpdcEventsServiceImpl extends BaseServiceImpl<EpdcEventsDao, EpdcEv |
|
|
|
// 项目-待处理项目-吹哨部门用户
|
|
|
|
itemService.sendWhistlingDeptItemHandleMenuNotice(Collections.singletonList(deptId), userId); |
|
|
|
} |
|
|
|
// 项目-待处理项目-网格用户
|
|
|
|
itemService.sendItemHandleMenuNotice(deptId, userId); |
|
|
|
// 项目-待处理项目-驳回-网格用户
|
|
|
|
itemService.sendItemHandleMenuNoticeReject(deptId, userId); |
|
|
|
// 项目-待处理项目-结案-网格用户
|
|
|
|
itemService.sendItemHandleMenuNoticeExamine(deptId, userId); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|