mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
查询登录用户权限信息,使用UserUtils
This commit is contained in:
@@ -152,7 +152,5 @@ public interface IMemberBasicInfoService {
|
||||
/**
|
||||
* 获取当前会员中的运营商列表(带权限校验)
|
||||
*/
|
||||
List<MerchantInfoVO> getMerchantListByAuth(List<String> deptIds);
|
||||
|
||||
List<MerchantInfoVO> getMerchantListByAuthV2();
|
||||
List<MerchantInfoVO> getMerchantListByAuth();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user