mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
权限问题修复:排单优化生产-添加空小板调用接口 增加优化生产菜单的权限串
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ public class PlateController {
|
||||
|
||||
@PostMapping("/insertPlate")
|
||||
@Operation(summary = "优化生产创建板材")
|
||||
@PreAuthorize("@ss.hasPermission('executor:plate:create')")
|
||||
@PreAuthorize("@ss.hasAnyPermissions('executor:plate:create','placeorder:optimize')")
|
||||
public CommonResult<List<Long>> createNewPlate(@Valid @RequestBody OptimizationSavePlateReqVO reqVO) {
|
||||
return success(plateService.createNewPlate(reqVO));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user