|
|
|
@ -1262,7 +1262,10 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
dto.setDeptResultDTOS(deptList); |
|
|
|
|
|
|
|
handleProcessEntity.setState(dto.getHandleCategory()); |
|
|
|
handleProcessEntity.setCloseCheckId(sysDeptDTO.getPid()); // todo 待确认
|
|
|
|
if(OrganizationTypeConstant.ORG_TYPE_GRID_PARTY.equals(sysDeptDTO.getTypeKey())){ |
|
|
|
// 操作部门是网格时,存入结案审批部门
|
|
|
|
handleProcessEntity.setCloseCheckId(sysDeptDTO.getPid()); |
|
|
|
} |
|
|
|
|
|
|
|
// 获取已流转部门信息
|
|
|
|
List<Long> oldDeptIds = itemDeptService.listOfWhistlingDeptIds(dto.getId(), dto.getHandlerDeptId()); |
|
|
|
|