debug:权限
This commit is contained in:
parent
85a71ff6c1
commit
ad19cfa00d
|
@ -122,7 +122,7 @@ public class ProdOrderController extends BaseController
|
|||
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)
|
||||
@PutMapping("/sync")
|
||||
public AjaxResult sync(@RequestBody ProdOrderSyncQuery query) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user