|
|
@ -256,7 +256,11 @@ public class EpdcEventsServiceImpl extends BaseServiceImpl<EpdcEventsDao, EpdcEv |
|
|
|
issueService.sendIssueHandleMenuNotice(deptId, userId); |
|
|
|
// 项目-待处理项目-网格用户
|
|
|
|
itemService.sendItemHandleMenuNotice(deptId, userId); |
|
|
|
} else { |
|
|
|
} 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()) |
|
|
|
|| OrganizationTypeConstant.ORG_TYPE_STREET_DEPT.equals(dtoResult.getData().getTypeKey()) |
|
|
|
|| OrganizationTypeConstant.ORG_TYPE_COMMUNITY_PARTY.equals(dtoResult.getData().getTypeKey())){ |
|
|
|
// 项目-待处理项目-吹哨部门用户
|
|
|
|
itemService.sendWhistlingDeptItemHandleMenuNotice(Collections.singletonList(deptId), userId); |
|
|
|
} |
|
|
|