|  |  | @ -229,8 +229,9 @@ public class IoOrderDetailBizServiceImpl implements IoOrderDetailBizService { | 
			
		
	
		
		
			
				
					
					|  |  |  |         for (IoOrderDetailBizEntity orderDetailBizEntity : orderDetailBizEntities) { |  |  |  |         for (IoOrderDetailBizEntity orderDetailBizEntity : orderDetailBizEntities) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (orderDetailBizEntity.getBzgg() == null) { |  |  |  |             if (orderDetailBizEntity.getBzgg() == null) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 UdiProductEntity product = udiProductService.findByNameCode(orderDetailBizEntity.getNameCode()); |  |  |  |                 UdiProductEntity product = udiProductService.findByNameCode(orderDetailBizEntity.getNameCode()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 if (product.getBzgg() != null && product.getProductsType() == 2) { |  |  |  |                 if ( product.getProductsType() == 2) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     orderDetailBizEntity.setBzgg(product.getBzgg()); |  |  |  |                     orderDetailBizEntity.setBzgg(product.getBzgg()); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     orderDetailBizEntity.setPrepnSpec(product.getPrepnSpec()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 } |  |  |  |                 } | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |