配置充电停车优惠

This commit is contained in:
Guoqs
2025-02-19 13:23:49 +08:00
parent 116b122e61
commit 1ccd62735e
5 changed files with 59 additions and 16 deletions

View File

@@ -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>