租车套餐
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user