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