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