优化调整

This commit is contained in:
19173159168
2025-08-08 00:06:50 +08:00
parent 2b4806efb8
commit 0677ca3ede
13 changed files with 205 additions and 176 deletions

View File

@ -91,6 +91,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="chargeTimes != null "> and a.charge_times = #{chargeTimes}</if>
<if test="rentCarRuleId != null "> and a.rent_car_rule_id = #{rentCarRuleId}</if>
<if test="rentBatteyRuleId != null "> and a.rent_battey_rule_id = #{rentBatteyRuleId}</if>
<if test="storeName != null and storeName!= '' "> and s.name = #{storeName}</if>
<if test="licensePlate != null and licensePlate!= '' "> and zc.license_plate = #{licensePlate}</if>
</where>
</select>