From 530385f0901cb838540bc3f83d573686eb3a3bb4 Mon Sep 17 00:00:00 2001 From: liuxm <liuxm@fescotech.com> Date: 星期四, 16 五月 2024 17:48:47 +0800 Subject: [PATCH] 按功能点添加权限;工站添加生产线关联 --- pms-parent/pms-web-base/src/main/java/com/dy/pmsBase/privilege/PrivilegeCtrl.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pms-parent/pms-web-base/src/main/java/com/dy/pmsBase/privilege/PrivilegeCtrl.java b/pms-parent/pms-web-base/src/main/java/com/dy/pmsBase/privilege/PrivilegeCtrl.java index b0a9298..e07e8c7 100644 --- a/pms-parent/pms-web-base/src/main/java/com/dy/pmsBase/privilege/PrivilegeCtrl.java +++ b/pms-parent/pms-web-base/src/main/java/com/dy/pmsBase/privilege/PrivilegeCtrl.java @@ -36,7 +36,7 @@ * @return */ @GetMapping(path="getByType") - @SsoPowerAop(power = "10100010") + @SsoPowerAop(power = "10100004") public BaseResponse<List<Map<String, Object>>> getByType(){ try { return BaseResponseUtils.buildSuccess(sv.selectByType()); @@ -52,7 +52,7 @@ * @return */ @RequestMapping(path="some") - @SsoPowerAop(power = "10100010") + @SsoPowerAop(power = "10100004") @Log("鏌ヨ鏉冮檺淇℃伅") public BaseResponse<QueryResultVo<List<BaPrivilege>>> some(@RequestBody QueryVo vo){ try { -- Gitblit v1.8.0