mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
希晓会员查询会员详情
This commit is contained in:
@@ -364,6 +364,11 @@ public class MemberBasicInfoServiceImpl implements IMemberBasicInfoService {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (StringUtils.equals("35", vo.getMerchantId())) {
|
||||
// 如果会员属于希晓,那么merchantId默认为希晓的运营商id
|
||||
merchantId = "35";
|
||||
}
|
||||
|
||||
try {
|
||||
BigDecimal totalAccountAmount = BigDecimal.ZERO;
|
||||
BigDecimal principalBalance = BigDecimal.ZERO;
|
||||
|
||||
@@ -24,6 +24,9 @@ public class MemberVO {
|
||||
*/
|
||||
private String memberId;
|
||||
|
||||
/**
|
||||
* 会员所属一级运营商
|
||||
*/
|
||||
private String merchantId;
|
||||
|
||||
/**
|
||||
|
||||
@@ -185,7 +185,8 @@
|
||||
t1.STATUS as status,
|
||||
t1.nick_name as nickName,
|
||||
t1.avatar_url as avatarUrl,
|
||||
t1.mobile_number as mobileNumber
|
||||
t1.mobile_number as mobileNumber,
|
||||
t1.merchant_id as merchantId
|
||||
<!--t2.principal_balance as principalBalance,
|
||||
t2.gift_balance as giftBalance-->
|
||||
FROM
|
||||
|
||||
Reference in New Issue
Block a user