md
This commit is contained in:
parent
cd3e6d4b2b
commit
20d74632ac
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user