From 4d2a6bd70db3fdf4646b23244563252e41a514db Mon Sep 17 00:00:00 2001
From: liuxm <liuxm@fescotech.com>
Date: 星期四, 16 五月 2024 09:42:58 +0800
Subject: [PATCH] 产品,生产线,添加查询所有方法
---
pms-parent/pms-web-base/src/main/java/com/dy/pmsBase/privilege/PrivilegeCtrl.java | 2 +-
1 files changed, 1 insertions(+), 1 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 307dec3..b0a9298 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
@@ -37,7 +37,7 @@
*/
@GetMapping(path="getByType")
@SsoPowerAop(power = "10100010")
- public BaseResponse<Map<String, List<BaPrivilege>>> getByType(){
+ public BaseResponse<List<Map<String, Object>>> getByType(){
try {
return BaseResponseUtils.buildSuccess(sv.selectByType());
}catch (Exception e){
--
Gitblit v1.8.0