| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -936,14 +936,15 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                itemDeptService.modifyItemDepts(dto.getHandlerDeptId(), dto.getId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                // 记录处理记录
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                itemHandleProcessService.insert(handleProcessEntity); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                if(OrganizationTypeConstant.ORG_TYPE_COMMUNITY_PARTY.equals(sysDeptDTO.getTypeKey())){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    //上报到网格化平台
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    sendItemToDsf(dto,handleProcessEntity); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                // 新增流转协助部门
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                itemDeptService.saveItemDepts(dto.getHandlerDeptId(), dto, handleProcessEntity.getId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                List<Long> newDeptIds = new ArrayList<>(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					//                List<ItemCirculationDeptResultDTO> circulationDeptResultDTOS = dto.getDeptResultDTOS();
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					//                for (ItemCirculationDeptResultDTO circulationDto :
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					//                        circulationDeptResultDTOS) {
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					//                for (ItemCirculationDeptResultDTO circulationDto : circulationDeptResultDTOS) {
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					//                    newDeptIds.add(circulationDto.getDeptId());
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					//                }
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |