|  | @@ -93,7 +93,7 @@ public class TWarehousebillsCntritemsController extends BaseController
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * 删除凯和箱明细
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  | -    @PreAuthorize("@ss.hasPermi('shipping:cntritems:remove')")
 | 
	
		
			
				|  |  | +    //@PreAuthorize("@ss.hasPermi('shipping:cntritems:remove')")
 | 
	
		
			
				|  |  |      @Log(title = "凯和箱明细", businessType = BusinessType.DELETE)
 | 
	
		
			
				|  |  |  	@DeleteMapping("/{fIds}")
 | 
	
		
			
				|  |  |      public AjaxResult remove(@PathVariable Long[] fIds)
 |