mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
查询登录用户权限信息,使用UserUtils
This commit is contained in:
@@ -334,6 +334,7 @@ public class PileMerchantInfoServiceImpl implements IPileMerchantInfoService {
|
||||
.merchantTel(pileMerchantInfo.getServicePhone())
|
||||
.organizationCode(pileMerchantInfo.getOrganizationCode())
|
||||
.deptId(pileMerchantInfo.getDeptId())
|
||||
.merchantLevel(pileMerchantInfo.getMerchantLevel())
|
||||
.build();
|
||||
return vo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user