md
This commit is contained in:
parent
f6b69a90eb
commit
85b3d2f88f
@ -29,7 +29,7 @@
|
||||
<if test="id != null "> and id = #{id}</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="code != null and code != ''"> and find_in_set(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>
|
||||
<if test="continentId != null and continentId != ''"> and find_in_set(#{continentId},continent_id)</if> <if test="orderNum != null "> and order_num = #{orderNum}</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user