|  |  | @ -60,9 +60,6 @@ import java.util.concurrent.CompletableFuture; | 
			
		
	
		
			
				
					|  |  |  | import java.util.concurrent.ExecutionException; | 
			
		
	
		
			
				
					|  |  |  | import java.util.concurrent.ExecutorService; | 
			
		
	
		
			
				
					|  |  |  | import java.util.concurrent.atomic.AtomicInteger; | 
			
		
	
		
			
				
					|  |  |  | import java.util.concurrent.CompletableFuture; | 
			
		
	
		
			
				
					|  |  |  | import java.util.concurrent.ExecutionException; | 
			
		
	
		
			
				
					|  |  |  | import java.util.concurrent.atomic.AtomicReference; | 
			
		
	
		
			
				
					|  |  |  | import java.util.stream.Collectors; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | @Slf4j | 
			
		
	
	
		
			
				
					|  |  | @ -1196,7 +1193,7 @@ public class CoverageServiceImpl implements CoverageService { | 
			
		
	
		
			
				
					|  |  |  |     @Override | 
			
		
	
		
			
				
					|  |  |  |     public List<DataListLeftSubTotalResDTO> dataListLeftSubTotal(DataListLeftSubTotalFormDTO formDTO) { | 
			
		
	
		
			
				
					|  |  |  |         List<DataListLeftSubTotalResDTO> resultList=new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  |         List<OrgInfoCommonDTO> list = SpringContextUtils.getBean(GovOrgService.class).queryNextOrgInfoDTO(formDTO.getCoverageType(), formDTO.getOrgId()); | 
			
		
	
		
			
				
					|  |  |  |         List<OrgInfoCommonDTO> list = SpringContextUtils.getBean(GovOrgService.class).queryNextOrgInfoDTO(formDTO.getCustomerId(), formDTO.getOrgId()); | 
			
		
	
		
			
				
					|  |  |  |         if(CollectionUtils.isNotEmpty(list)){ | 
			
		
	
		
			
				
					|  |  |  |             resultList=ConvertUtils.sourceToTarget(list,DataListLeftSubTotalResDTO.class); | 
			
		
	
		
			
				
					|  |  |  |             for(DataListLeftSubTotalResDTO orgRes:resultList){ | 
			
		
	
	
		
			
				
					|  |  | 
 |