This commit is contained in:
linfso 2024-07-07 10:10:39 +08:00
parent cd3e6d4b2b
commit 20d74632ac

View File

@ -41,7 +41,7 @@
<where>
del_flag = '0'
<if test="id != null "> and id = #{id}</if>
<if test="lineCode != null and lineCode != ''"> and and FIND_IN_SET(line_code,#{lineCode})</if>
<if test="lineCode != null and lineCode != ''"> and FIND_IN_SET(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=#{meterRate}</if>