mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user