md
This commit is contained in:
parent
04d2fd837e
commit
24d1d81d16
@ -42,10 +42,10 @@
|
||||
<if test="regionNameEn != null and regionNameEn != ''"> and region_name_en like concat('%', #{regionNameEn}, '%')</if>
|
||||
<if test="regionType != null "> and region_type = #{regionType}</if>
|
||||
<if test="shortName != null and shortName != ''"> and short_name like concat('%', #{shortName}, '%')</if>
|
||||
<if test="parentCode != null and parentCode != ''"> and parent_code like concat('%', #{parentCode}, '%')</if>
|
||||
<if test="parentCode != null and parentCode != ''"> and parent_code=#{parentCode}</if>
|
||||
<if test="areaId != null "> and area_id = #{areaId}</if>
|
||||
<if test="areaName != null and areaName != ''"> and area_name like concat('%', #{areaName}, '%')</if>
|
||||
<if test="countryCode != null and countryCode != ''"> and country_code like concat('%', #{countryCode}, '%')</if>
|
||||
<if test="countryCode != null and countryCode != ''"> and country_code=#{countryCode}</if>
|
||||
<if test="countryName != null and countryName != ''"> and country_name like concat('%', #{countryName}, '%')</if>
|
||||
<if test="zipCode != null and zipCode != ''"> and zip_code like concat('%', #{zipCode}, '%')</if>
|
||||
<if test="orderNum != null "> and order_num = #{orderNum}</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user