mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-19 06:39:50 +08:00
小程序查询用户信息新增默认充电金额字段
This commit is contained in:
@@ -44,6 +44,11 @@ public class MemberVO {
|
|||||||
*/
|
*/
|
||||||
private String merchantId;
|
private String merchantId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 默认充电金额
|
||||||
|
*/
|
||||||
|
private BigDecimal defaultChargeAmount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 运营商名称
|
* 运营商名称
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -205,6 +205,7 @@
|
|||||||
t1.avatar_url as avatarUrl,
|
t1.avatar_url as avatarUrl,
|
||||||
t1.mobile_number as mobileNumber,
|
t1.mobile_number as mobileNumber,
|
||||||
t1.merchant_id as merchantId,
|
t1.merchant_id as merchantId,
|
||||||
|
t1.default_charge_amount as defaultChargeAmount,
|
||||||
t1.create_time as createTime
|
t1.create_time as createTime
|
||||||
<!--t2.principal_balance as principalBalance,
|
<!--t2.principal_balance as principalBalance,
|
||||||
t2.gift_balance as giftBalance-->
|
t2.gift_balance as giftBalance-->
|
||||||
|
|||||||
Reference in New Issue
Block a user