修改xml 接口对应值
This commit is contained in:
parent
7e27e2e861
commit
ff1ece8f3c
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user