查询登录用户权限信息,使用UserUtils

This commit is contained in:
2023-11-11 15:21:25 +08:00
parent 6fa87d6fc2
commit 5f44c35d03
14 changed files with 109 additions and 56 deletions

View File

@@ -152,7 +152,5 @@ public interface IMemberBasicInfoService {
/**
* 获取当前会员中的运营商列表(带权限校验)
*/
List<MerchantInfoVO> getMerchantListByAuth(List<String> deptIds);
List<MerchantInfoVO> getMerchantListByAuthV2();
List<MerchantInfoVO> getMerchantListByAuth();
}