|  |  | @ -1671,8 +1671,9 @@ public class YxfyyyClient extends CommonHttpClient { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 List<IoCollectOrderBiz> bizList = new ArrayList<>(); |  |  |  |                 List<IoCollectOrderBiz> bizList = new ArrayList<>(); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 value.forEach(entity -> { |  |  |  |                 value.forEach(entity -> { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     IoCollectOrderBiz collectOrderBiz = new IoCollectOrderBiz(); |  |  |  |                     IoCollectOrderBiz collectOrderBiz = new IoCollectOrderBiz(); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     BasicUdirelEntity basicUdirelEntity = basicUdirelDao.selectOne(new LambdaQueryWrapper<BasicUdirelEntity>().eq(BasicUdirelEntity::getMainId, entity.getPHYSIC_CODE())); |  |  |  |                     List<BasicUdirelEntity> basicUdirelEntities = basicUdirelDao.selectList(new LambdaQueryWrapper<BasicUdirelEntity>().eq(BasicUdirelEntity::getMainId, entity.getPHYSIC_CODE())); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                     if (basicUdirelEntity != null) { |  |  |  |                     if (CollUtil.isNotEmpty(basicUdirelEntities)) { | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                         BasicUdirelEntity basicUdirelEntity = basicUdirelEntities.get(0); | 
			
		
	
		
		
			
				
					
					|  |  |  |                         collectOrderBiz.setRelId(basicUdirelEntity.getId()); |  |  |  |                         collectOrderBiz.setRelId(basicUdirelEntity.getId()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     } else { |  |  |  |                     } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |                         errorMsg.append(entity.getPHYSIC_NAME()).append("字典未对照").append(";"); |  |  |  |                         errorMsg.append(entity.getPHYSIC_NAME()).append("字典未对照").append(";"); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |