@@ -103,7 +103,6 @@ public class TWarehousebillsCntrController extends BaseController
/**
* 删除凯和订单从
*/
- @PreAuthorize("@ss.hasPermi('shipping:cntr:remove')")
@Log(title = "凯和订单从", businessType = BusinessType.DELETE)
@PostMapping("/{fId}")
public AjaxResult removeById(@PathVariable Long fId)
@@ -119,7 +119,6 @@ public class TWarehousebillsfeesController extends BaseController {
* 删除仓库费用明细
- @PreAuthorize("@ss.hasPermi('warehouseBusiness:warehousebillsfees:remove')")
@Log(title = "仓库费用明细", businessType = BusinessType.DELETE)
public AjaxResult removeById(@PathVariable Long fId) {
@@ -94,7 +94,6 @@ public class TWarehousebillsitemsController extends BaseController {
* 删除仓库明细从表
- @PreAuthorize("@ss.hasPermi('warehouseBusiness:warehousebillsitems:remove')")
@Log(title = "仓库明细从表", businessType = BusinessType.DELETE)