费率用过就算

This commit is contained in:
ZZ 2021-11-29 11:22:50 +08:00
parent 1550b2cad9
commit 06ee6465e3

View File

@ -470,7 +470,9 @@
</insert>
<select id="getRateModelId" resultMap="XhpcRateMap">
select * from xhpc_rate where rate_model_id=#{rateModelId} and status=0 and del_flag=0
select *
from xhpc_rate
where rate_model_id = #{rateModelId}
</select>
<select id="getXhpcChargingPile" resultType="map">