|  |  | @ -220,7 +220,7 @@ public class PurDeliveryController extends BaseController { | 
			
		
	
		
		
			
				
					
					|  |  |  |                         ioOrderDetailBizEntity.setMeasname(basicProductsEntity.getMeasname()); |  |  |  |                         ioOrderDetailBizEntity.setMeasname(basicProductsEntity.getMeasname()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                         ioOrderDetailBizEntity.setSpec(basicProductsEntity.getGgxh()); |  |  |  |                         ioOrderDetailBizEntity.setSpec(basicProductsEntity.getGgxh()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                         if (basicProductsEntity.getPrice() != null) { |  |  |  |                         if (basicProductsEntity.getPrice() != null) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                             ioOrderDetailBizEntity.setPrice(BigDecimal.valueOf(basicProductsEntity.getPrice())); |  |  |  |                             ioOrderDetailBizEntity.setPrice(basicProductsEntity.getPrice()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                         } |  |  |  |                         } | 
			
		
	
		
		
			
				
					
					|  |  |  |                         ioOrderDetailBizEntity.setSupId(obj.getSupId()); |  |  |  |                         ioOrderDetailBizEntity.setSupId(obj.getSupId()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                         ioOrderDetailBizService.insert(ioOrderDetailBizEntity); |  |  |  |                         ioOrderDetailBizService.insert(ioOrderDetailBizEntity); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |