From d9ac56bf357c4c9f115acaad513adaed7af3fcff Mon Sep 17 00:00:00 2001 From: gaoqr <13665037151@163.com> Date: Wed, 19 Jun 2024 17:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E5=8D=95=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=8A=A0=E5=B7=A5=E7=8A=B6=E6=80=81=E6=8E=A5=E5=8F=A3=E7=9A=84?= =?UTF-8?q?@PreAuthorize=E6=9D=83=E9=99=90=E4=B8=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/admin/query/ProductionStatusController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-module-prod-manage/cf-module-prod-manage-biz/src/main/java/com/cf/imes/module/manage/controller/admin/query/ProductionStatusController.java b/cf-module-prod-manage/cf-module-prod-manage-biz/src/main/java/com/cf/imes/module/manage/controller/admin/query/ProductionStatusController.java index 62191f4f7..3eeabfd63 100644 --- a/cf-module-prod-manage/cf-module-prod-manage-biz/src/main/java/com/cf/imes/module/manage/controller/admin/query/ProductionStatusController.java +++ b/cf-module-prod-manage/cf-module-prod-manage-biz/src/main/java/com/cf/imes/module/manage/controller/admin/query/ProductionStatusController.java @@ -65,7 +65,7 @@ public class ProductionStatusController { @GetMapping("/select") @Operation(summary = "查看生产单下的工序组工序") @Parameter(name = "orderNo", description = "生产单Id", required = true) - @PreAuthorize("@ss.hasPermission('manage:query:select')") + @PreAuthorize("@ss.hasPermission('production:manager-list:processStatus')") public CommonResult> selectProduction(@Valid @RequestParam("orderNo") Long orderNo){ List orderProcessById = productionStatusService.selectProduction(orderNo);