租车套餐

This commit is contained in:
19173159168
2025-07-09 23:36:10 +08:00
parent 6cdcb8574a
commit 5bbf431c3f
4 changed files with 38 additions and 6 deletions

View File

@ -57,6 +57,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="status != null and status != ''"> and a.status = #{status}</if>
<if test="isDefault != null and isDefault != ''"> and a.is_default = #{isDefault}</if>
</where>
order by a.update_time desc
</select>
<select id="selectZcRentCarRuleById" parameterType="Long" resultMap="ZcRentCarRuleResult">