|  |  | @ -591,11 +591,30 @@ public class IoOrderDetailBizController extends BaseController { | 
			
		
	
		
		
			
				
					
					|  |  |  |     @PostMapping("/udiwms/inout/biz/updateById") |  |  |  |     @PostMapping("/udiwms/inout/biz/updateById") | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Log(title = "发票管理", businessType = BusinessType.UPDATE) |  |  |  |     @Log(title = "发票管理", businessType = BusinessType.UPDATE) | 
			
		
	
		
		
			
				
					
					|  |  |  |     public BaseResponse deleteById(@RequestBody IoOrderInvoiceRequest ioOrderInvoiceRequest) { |  |  |  |     public BaseResponse deleteById(@RequestBody IoOrderInvoiceRequest ioOrderInvoiceRequest) { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |         IoOrderEntity orderEntity = orderService.findByBillNo(ioOrderInvoiceRequest.getOrderIdFk()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         if (orderEntity != null) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             orderEntity.setUpdateTime(new Date()); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             orderService.update(orderEntity); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |         return ResultVOUtils.success(ioOrderInvoiceService.updateByInvId(ioOrderInvoiceRequest)); |  |  |  |         return ResultVOUtils.success(ioOrderInvoiceService.updateByInvId(ioOrderInvoiceRequest)); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @PostMapping("/udiwms/inout/bizDetail/updateById") | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @Log(title = "发票管理", businessType = BusinessType.UPDATE) | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     public BaseResponse updateBizById(@RequestBody IoOrderDetailBizEntity ioOrderDetailBizEntity) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         IoOrderEntity orderEntity = orderService.findByBillNo(ioOrderDetailBizEntity.getOrderIdFk()); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         if (orderEntity != null) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             orderEntity.setUpdateTime(new Date()); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             orderService.update(orderEntity); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         ioOrderDetailBizEntity.setCheckFileName(ioOrderDetailBizEntity.getFilePath()); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         ioOrderDetailBizEntity.setCheckColdFileName(ioOrderDetailBizEntity.getColdFilePath()); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         boolean b = orderDetailBizService.updateOrderDetailBiz(ioOrderDetailBizEntity); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         return ResultVOUtils.success("修改成功!"); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     @PostMapping("/udiwms/inout/biz/insertInvoice") |  |  |  |     @PostMapping("/udiwms/inout/biz/insertInvoice") | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Log(title = "发票管理", businessType = BusinessType.INSERT) |  |  |  |     @Log(title = "发票管理", businessType = BusinessType.INSERT) | 
			
		
	
	
		
		
			
				
					|  |  | 
 |