|
|
@ -204,6 +204,10 @@ public class IssueServiceImpl extends BaseServiceImpl<IssueDao, IssueEntity> imp |
|
|
|
informationFormDTO.setBusinessId(entity.getId()); |
|
|
|
informationFormDTO.setRelBusinessContent("议题:" + entity.getIssueContent()); |
|
|
|
|
|
|
|
if (!dto.getHandlerDeptId().equals(entity.getGridId())) { |
|
|
|
return new Result().error("请选择正确的处理部门"); |
|
|
|
} |
|
|
|
|
|
|
|
// 反馈、关闭
|
|
|
|
if (EventIssueItemState.ISSUE_HANDLED_FEEDBACK == dto.getState() || EventIssueItemState.ISSUE_CLOSED == dto.getState()) { |
|
|
|
issueHandleService.insert(handleEntity); |
|
|
|