liuxm
2024-04-29 6a428f0ee32c8aea1fe8d4a20bf45e94ed855e3e
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){