This commit is contained in:
linfso 2024-04-17 00:14:17 +08:00
parent cb688381c6
commit e2b44f6f37

View File

@ -48,7 +48,7 @@
<include refid="selectEmisTransLineVo"/>
<where>
<if test="id != null "> and id = #{id}</if>
<if test="lineCode != null and lineCode != ''"> and line_code like concat('%', #{lineCode}, '%')</if>
<if test="lineCode != null and lineCode != ''"> and line_code = #{lineCode}</if>
<if test="lineName != null and lineName != ''"> and line_name like concat('%', #{lineName}, '%')</if>
<if test="lineNameEn != null and lineNameEn != ''"> and line_name_en like concat('%', #{lineNameEn}, '%')</if>
<if test="meterRate != null and meterRate != ''"> and meter_rate like concat('%', #{meterRate}, '%')</if>