Merge remote-tracking branch 'origin/main'

This commit is contained in:
liuzhaotian
2024-07-23 14:30:14 +08:00
@@ -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));
}