md
This commit is contained in:
parent
1d4982930f
commit
e147e59f7e
@ -27,8 +27,8 @@
|
||||
<include refid="selectEmisCountryVo"/>
|
||||
<where>
|
||||
<if test="id != null "> and id = #{id}</if>
|
||||
<if test="name != null and name != ''"> and ( name like concat('%', #{name}, '%') or name_en like concat('%', #{name}, '%') )</if>
|
||||
<if test="nameEn != null and nameEn != ''"> and ( name like concat('%', #{nameEn}, '%') or name_en like concat('%', #{nameEn}, '%') ) </if>
|
||||
<if test="name != null and name != ''"> and ( three_code=#{name} or two_code=#{name} or name like concat('%', #{name}, '%') or name_en like concat('%', #{name}, '%') )</if>
|
||||
<if test="nameEn != null and nameEn != ''"> and ( three_code=#{name} or two_code=#{name} or name like concat('%', #{nameEn}, '%') or name_en like concat('%', #{nameEn}, '%') ) </if>
|
||||
<if test="code != null and code != ''"> and code=#{code}</if>
|
||||
<if test="telAreaCode != null and telAreaCode != ''"> and tel_area_code=#{telAreaCode}</if>
|
||||
<if test="isoCode != null and isoCode != ''"> and iso_code=#{isoCode}</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user