mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
update 添加鉴权卡
This commit is contained in:
@@ -106,9 +106,6 @@ public class MemberBasicInfoController extends BaseController {
|
||||
@GetMapping("/getMerchantListByAuth")
|
||||
public RestApiResponse<?> getMerchantListByAuth() {
|
||||
RestApiResponse<?> response = null;
|
||||
// List<MerchantInfoVO> list = memberBasicInfoService.getMerchantListByAuth(deptIds);
|
||||
// List<MerchantInfoVO> list = memberBasicInfoService.getMerchantListByAuth();
|
||||
// List<MerchantInfoVO> list = UserUtils.getMerchantListByAuth();
|
||||
LoginUserDetailVO loginUserDetail = UserUtils.getLoginUserDetail();
|
||||
logger.info("获取登录用户信息:{}", JSON.toJSONString(loginUserDetail));
|
||||
List<MerchantInfoVO> list = loginUserDetail.getMerchantInfoVOList();
|
||||
|
||||
Reference in New Issue
Block a user