mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-23 08:39:46 +08:00
update 设置充电桩vin启动默认金额
This commit is contained in:
@@ -22,6 +22,11 @@ public class ConfirmStartChargingMemberVO {
|
||||
*/
|
||||
private String plateNumber;
|
||||
|
||||
/**
|
||||
* 默认充电金额
|
||||
*/
|
||||
private BigDecimal defaultChargeAmount;
|
||||
|
||||
/**
|
||||
* 本金金额
|
||||
*/
|
||||
|
||||
@@ -331,6 +331,7 @@
|
||||
<select id="queryMemberInfoByVinCode" resultType="com.jsowell.pile.vo.base.ConfirmStartChargingMemberVO">
|
||||
select
|
||||
t1.member_id as memberId,
|
||||
t1.default_charge_amount as defaultChargeAmount,
|
||||
t2.license_plate_number as plateNumber,
|
||||
t3.principal_balance as principalBalance,
|
||||
t3.gift_balance as giftBalance
|
||||
|
||||
Reference in New Issue
Block a user