|
@ -229,7 +229,7 @@ public class EpdcEventsServiceImpl extends BaseServiceImpl<EpdcEventsDao, EpdcEv |
|
|
informationFormDTO.setBusinessType(EventsNoticeConstant.NOTICE__BUSINESS_TYPE_EVENT); |
|
|
informationFormDTO.setBusinessType(EventsNoticeConstant.NOTICE__BUSINESS_TYPE_EVENT); |
|
|
informationFormDTO.setBusinessId(eventsEntity.getId()); |
|
|
informationFormDTO.setBusinessId(eventsEntity.getId()); |
|
|
|
|
|
|
|
|
if (dto.getHandlerDeptId().longValue() != entity.getGridId().longValue()) { |
|
|
if (dto.getHandlerDeptId().longValue() != eventsEntity.getGridId().longValue()) { |
|
|
return new Result().error("请选择正确的处理部门"); |
|
|
return new Result().error("请选择正确的处理部门"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|