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

This commit is contained in:
2023-11-11 16:05:04 +08:00
parent 7c5e55b9ee
commit de5210d051
3 changed files with 73 additions and 0 deletions

View File

@@ -334,6 +334,7 @@ public class PileMerchantInfoServiceImpl implements IPileMerchantInfoService {
.merchantTel(pileMerchantInfo.getServicePhone())
.organizationCode(pileMerchantInfo.getOrganizationCode())
.deptId(pileMerchantInfo.getDeptId())
.merchantLevel(pileMerchantInfo.getMerchantLevel())
.build();
return vo;
}