|  |  | @ -1779,7 +1779,7 @@ public class CtqyyClient 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()).last(" limit 1")); |  |  |  |                     BasicUdirelEntity basicUdirelEntity = basicUdirelDao.selectOne(new LambdaQueryWrapper<BasicUdirelEntity>().eq(BasicUdirelEntity::getMainId, entity.getCOUNTRY_CODE()).last(" limit 1")); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     if (basicUdirelEntity != null) { |  |  |  |                     if (basicUdirelEntity != null) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                         collectOrderBiz.setRelId(basicUdirelEntity.getId()); |  |  |  |                         collectOrderBiz.setRelId(basicUdirelEntity.getId()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     } else { |  |  |  |                     } else { | 
			
		
	
	
		
		
			
				
					|  |  | @ -1793,7 +1793,7 @@ public class CtqyyClient extends CommonHttpClient { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     collectOrderBiz.setGgxh(entity.getPACK_SPEC()); |  |  |  |                     collectOrderBiz.setGgxh(entity.getPACK_SPEC()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     collectOrderBiz.setMeasureUnit(entity.getPHYSIC_UNIT()); |  |  |  |                     collectOrderBiz.setMeasureUnit(entity.getPHYSIC_UNIT()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     collectOrderBiz.setCount(IntUtil.value(entity.getLAY_PHYSIC_QUANTITY())); |  |  |  |                     collectOrderBiz.setCount(IntUtil.value(entity.getLAY_PHYSIC_QUANTITY())); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     collectOrderBiz.setThrCode(entity.getPHYSIC_CODE()); |  |  |  |                     collectOrderBiz.setThrCode(entity.getCOUNTRY_CODE()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     collectOrderBiz.setCpmctymc(entity.getPHYSIC_NAME()); |  |  |  |                     collectOrderBiz.setCpmctymc(entity.getPHYSIC_NAME()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     collectOrderBiz.setOrderIdFk(ioCollectOrder.getBillNo()); |  |  |  |                     collectOrderBiz.setOrderIdFk(ioCollectOrder.getBillNo()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     collectOrderBiz.setYbbm(entity.getCOUNTRY_CODE()); |  |  |  |                     collectOrderBiz.setYbbm(entity.getCOUNTRY_CODE()); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |