| | |
| | | if (comActVO == null) { |
| | | return R.fail("社区不存在"); |
| | | } |
| | | EventDO eventDOInDB = this.getBaseMapper().selectById(commonEventDirectReportDTO.getEventId()); |
| | | EventDO eventDOInDB = this.getBaseMapper().selectById(eventDO.getId()); |
| | | eventDOInDB.setCommunityProcess(1); //社区处理 |
| | | eventDOInDB.setProcessType(2); //当前处理对象: 社区处理 |
| | | eventDOInDB.setCommunityProcess(1); |
| | |
| | | } |
| | | addTransferRecord(eventDO.getId(), commonEventDirectReportDTO.getToId(), comActVO.getName(), 2, commonEventDirectReportDTO.getProcessResult(), |
| | | commonEventDirectReportDTO.getUserId(), commonEventDirectReportDTO.getUserName(), 2); |
| | | return R.ok(); |
| | | return R.ok(eventDO.getId()); |
| | | } |
| | | } |
| | | |