mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
配置充电停车优惠
This commit is contained in:
@@ -81,4 +81,13 @@
|
||||
#{id}
|
||||
</foreach>
|
||||
</delete>
|
||||
|
||||
<select id="selectCarCouponRecord" resultMap="CarCouponRecordResult">
|
||||
<include refid="selectCarCouponRecordVo"/>
|
||||
where del_flag = '0'
|
||||
and return_code = '200'
|
||||
and order_code = #{orderCode,jdbcType=VARCHAR}
|
||||
order by create_time desc
|
||||
limit 1
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user