|  |  |  | @ -657,7 +657,6 @@ public class IoOrderDetailBizController extends BaseController { | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     @GetMapping("/udiwms/inout/biz/parseInvoice") | 
			
		
	
		
			
				
					|  |  |  |  |     public BaseResponse parseInvoice(String code) { | 
			
		
	
		
			
				
					|  |  |  |  |         List<String> list = Arrays.asList(code.split(",")); | 
			
		
	
	
		
			
				
					|  |  |  | @ -671,8 +670,6 @@ public class IoOrderDetailBizController extends BaseController { | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     @PostMapping("/udiwms/inout/biz/updateorderBiz") | 
			
		
	
		
			
				
					|  |  |  |  |     public BaseResponse updateorderBiz(@RequestBody List<IoOrderDetailCodeEntity> list) { | 
			
		
	
		
			
				
					|  |  |  |  |         String billNo = null; | 
			
		
	
	
		
			
				
					|  |  |  | @ -699,8 +696,8 @@ public class IoOrderDetailBizController extends BaseController { | 
			
		
	
		
			
				
					|  |  |  |  |     public BaseResponse filterBizOrderList(FilterOrderDetailCodeRequest orderDetailBizRequest) { | 
			
		
	
		
			
				
					|  |  |  |  |         List<IoOrderDetailCodeResponse> ioOrderDetailCodeResponses = orderDetailBizService.getfilterList(orderDetailBizRequest); | 
			
		
	
		
			
				
					|  |  |  |  |         for (IoOrderDetailCodeResponse ioOrderDetailCodeRespons : ioOrderDetailCodeResponses) { | 
			
		
	
		
			
				
					|  |  |  |  |             if (ioOrderDetailCodeRespons.getCount() != 0 && ioOrderDetailCodeRespons.getPrice() != null) { | 
			
		
	
		
			
				
					|  |  |  |  |                 ioOrderDetailCodeRespons.setAmount(new BigDecimal(ioOrderDetailCodeRespons.getCount()).multiply(ioOrderDetailCodeRespons.getPrice())); | 
			
		
	
		
			
				
					|  |  |  |  |             if (ioOrderDetailCodeRespons.getReCount() != 0 && ioOrderDetailCodeRespons.getPrice() != null) { | 
			
		
	
		
			
				
					|  |  |  |  |                 ioOrderDetailCodeRespons.setAmount(new BigDecimal(ioOrderDetailCodeRespons.getReCount()).multiply(ioOrderDetailCodeRespons.getPrice())); | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  |             String msg = ""; | 
			
		
	
		
			
				
					|  |  |  |  |             IoOrderInvoiceRequest ioOrderInvoiceEntity = new IoOrderInvoiceRequest(); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |