From 3fd762c298e984ba495a12b21590f19f29f4aad7 Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 8 Aug 2023 16:56:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=88=AB=E5=90=8D?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=B7=BB=E5=8A=A0=E6=9D=83=E9=99=90=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/pile/basic/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-ui/src/views/pile/basic/detail.vue b/jsowell-ui/src/views/pile/basic/detail.vue index 18a7cb3a5..057cd558a 100644 --- a/jsowell-ui/src/views/pile/basic/detail.vue +++ b/jsowell-ui/src/views/pile/basic/detail.vue @@ -43,7 +43,7 @@ From 2e175466b094dbec224e832e74b911a4cef3a304 Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 8 Aug 2023 16:57:32 +0800 Subject: [PATCH 2/2] update --- .../jsowell/web/controller/pile/PileBasicInfoController.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileBasicInfoController.java b/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileBasicInfoController.java index 962e52ec4..e96410831 100644 --- a/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileBasicInfoController.java +++ b/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileBasicInfoController.java @@ -120,6 +120,8 @@ public class PileBasicInfoController extends BaseController { * @param pileBasicInfo * @return */ + @PreAuthorize("@ss.hasPermi('pile:basic:edit')") + @Log(title = "设备管理", businessType = BusinessType.UPDATE) @PostMapping("/updatePileName") public RestApiResponse updatePileName(@RequestBody PileBasicInfo pileBasicInfo) { logger.info("修改桩别名 params:{}", JSONObject.toJSONString(pileBasicInfo));