修改EVCS修改,小程序电量显示3位
This commit is contained in:
parent
001eb2cfbe
commit
38fb21c022
@ -575,7 +575,7 @@
|
||||
cs.name as chargingStationName,
|
||||
te.name as terminalName,
|
||||
ho.act_price as actPrice,
|
||||
co.charging_degree as chargingDegree,
|
||||
ho.total_power as chargingDegree,
|
||||
co.charging_time as chargingTime
|
||||
FROM xhpc_history_order as ho
|
||||
LEFT JOIN xhpc_charging_station as cs on cs.charging_station_id = ho.charging_station_id
|
||||
@ -601,7 +601,7 @@
|
||||
ho.act_price as actPrice,
|
||||
ho.act_power_price as actPowerPrice,
|
||||
co.charging_time as chargingTime,
|
||||
co.charging_degree as chargingDegree,
|
||||
ho.total_power as chargingDegree,
|
||||
ho.total_price as totalPrice,
|
||||
ho.power_price_total as powerPriceTotal,
|
||||
ho.promotion_discount as promotionDiscount,
|
||||
|
||||
@ -226,8 +226,8 @@
|
||||
<if test="null != updateBy and '' != updateBy">update_by = #{updateBy},</if>
|
||||
<if test="null != updateTime">update_time = #{updateTime},</if>
|
||||
<if test="null != remark and '' != remark">remark = #{remark},</if>
|
||||
<if test="null != operatorIdEvcs and '' != operatorIdEvcs">operator_id_evcs = #{operatorIdEvcs}</if>
|
||||
<if test="null != roleId">role_id = #{roleId}</if>
|
||||
<if test="null != operatorIdEvcs and '' != operatorIdEvcs">operator_id_evcs = #{operatorIdEvcs},</if>
|
||||
<if test="null != roleId">role_id = #{roleId},</if>
|
||||
</set>
|
||||
WHERE internet_user_id = #{internetUserId}
|
||||
</update>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user