修改xml 接口对应值

This commit is contained in:
yuyang 2021-08-18 18:50:42 +08:00
parent 7e27e2e861
commit ff1ece8f3c

View File

@ -273,7 +273,7 @@
select discount,state from xhpc_promotion where del_flag=0 and status=0 and type=0 and start_time <= now() and end_time >=now() order by update_time desc
</select>
<select id="getChargingOrderId" resultMap="BaseResultMap">
<select id="getChargingOrderId" resultMap="HxpcChargeOrderResult">
select * from xhpc_charge_order where charge_order_id=#{chargingOrderId}
</select>