|  |  | @ -109,10 +109,16 @@ public class ThrOrderDownload implements IDownload { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |                     if (BusTypeConstant.QXCF001.getBusType().equals(collectOrderRequest.getBusType())){ |  |  |  |                     if (BusTypeConstant.QXCF001.getBusType().equals(collectOrderRequest.getBusType())){ | 
			
		
	
		
		
			
				
					
					|  |  |  |                         collectOrderBiz.setRelId(entity.getRelId()); |  |  |  |                         collectOrderBiz.setRelId(entity.getRelId()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                         BasicProductsEntity basicProductsEntity = basicProductsDao.selectOne(new LambdaQueryWrapper<BasicProductsEntity>().eq(BasicProductsEntity::getYbbm, entity.getYbbm()).last("limit 1")); |  |  |  | 
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         if (basicProductsEntity == null || StrUtil.isEmpty(basicProductsEntity.getNameCode())) { |  |  |  |                         if(StrUtil.isNotEmpty(entity.getCheckCode())){ | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                             errorMsg.append(entity.getCpmctymc()).append("字典未对照").append(";"); |  |  |  |                             basicProductsDao.selectOne(new LambdaQueryWrapper<BasicProductsEntity>().like(BasicProductsEntity::getYbbm,entity.getCheckCode())); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                         }else{ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                             BasicProductsEntity basicProductsEntity = basicProductsDao.selectOne(new LambdaQueryWrapper<BasicProductsEntity>().eq(BasicProductsEntity::getYbbm, entity.getYbbm()).last("limit 1")); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                             if (basicProductsEntity == null || StrUtil.isEmpty(basicProductsEntity.getNameCode())) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                                 errorMsg.append(entity.getCpmctymc()).append("字典未对照").append(";"); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                             } | 
			
		
	
		
		
			
				
					
					|  |  |  |                         } |  |  |  |                         } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |                         collectOrderBiz.setTagStatus(1); |  |  |  |                         collectOrderBiz.setTagStatus(1); | 
			
		
	
		
		
			
				
					
					|  |  |  |                         collectOrderBiz.setUnTagCount(0); |  |  |  |                         collectOrderBiz.setUnTagCount(0); | 
			
		
	
		
		
			
				
					
					|  |  |  |                         bizList.add(collectOrderBiz); |  |  |  |                         bizList.add(collectOrderBiz); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |