|  |  |  | @ -559,7 +559,7 @@ public class IoOrderDetailBizController extends BaseController { | 
			
		
	
		
			
				
					|  |  |  |  |     @Log(title = "发票管理", businessType = BusinessType.DELETE) | 
			
		
	
		
			
				
					|  |  |  |  |     public BaseResponse deleteById(@RequestBody IoOrderInvoiceEntity ioOrderInvoiceEntity) { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         ioOrderInvoiceService.deleteByInvId(ioOrderInvoiceEntity.getId()); | 
			
		
	
		
			
				
					|  |  |  |  |         ioOrderInvoiceService.deleteByInvId(ioOrderInvoiceEntity.getId().intValue()); | 
			
		
	
		
			
				
					|  |  |  |  |         //更改 登记状态
 | 
			
		
	
		
			
				
					|  |  |  |  |         IoOrderDetailBizEntity ioOrderDetailBizEntity = new IoOrderDetailBizEntity(); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |