debug:权限

This commit is contained in:
磷叶 2024-11-21 16:37:29 +08:00
parent 85a71ff6c1
commit ad19cfa00d

View File

@ -122,7 +122,7 @@ public class ProdOrderController extends BaseController
return toAjax(prodOrderService.deleteProdOrderByIds(ids)); return toAjax(prodOrderService.deleteProdOrderByIds(ids));
} }
@PreAuthorize("@ss.hasPermi('yh:productOrder:sync')") @PreAuthorize("@ss.hasPermi('yh:prodOrder:sync')")
@Log(title = LogTitle.PROD_ORDER, businessType = BusinessType.SYNC, bizType = LogBizType.PROD_ORDER) @Log(title = LogTitle.PROD_ORDER, businessType = BusinessType.SYNC, bizType = LogBizType.PROD_ORDER)
@PutMapping("/sync") @PutMapping("/sync")
public AjaxResult sync(@RequestBody ProdOrderSyncQuery query) { public AjaxResult sync(@RequestBody ProdOrderSyncQuery query) {