md
This commit is contained in:
parent
b1104b617b
commit
04d2fd837e
@ -171,16 +171,16 @@
|
||||
<if test="parentSiteCode != null and parentSiteCode != ''"> and parent_site_code = #{parentSiteCode}</if>
|
||||
<if test="defaultCurrency != null and defaultCurrency != ''"> and default_currency like concat('%', #{defaultCurrency}, '%')</if>
|
||||
<if test="cutOffTime != null and cutOffTime != ''"> and cut_off_time like concat('%', #{cutOffTime}, '%')</if>
|
||||
<if test="superiorFinanceCenterCode != null and superiorFinanceCenterCode != ''"> and superior_finance_center_code like concat('%', #{superiorFinanceCenterCode}, '%')</if>
|
||||
<if test="siteType != null and siteType != ''"> and site_type like concat('%', #{siteType}, '%')</if>
|
||||
<if test="scopeType != null and scopeType != ''"> and scope_type like concat('%', #{scopeType}, '%')</if>
|
||||
<if test="superiorFinanceCenterCode != null and superiorFinanceCenterCode != ''"> and superior_finance_center_code=#{superiorFinanceCenterCode}</if>
|
||||
<if test="siteType != null and siteType != ''"> and site_type=#{siteType}</if>
|
||||
<if test="scopeType != null and scopeType != ''"> and scope_type=#{scopeType}</if>
|
||||
<if test="defaultDestinationNameCode != null and defaultDestinationNameCode != ''"> and default_destination_name_code like concat('%', #{defaultDestinationNameCode}, '%')</if>
|
||||
<if test="defaultSendPlace != null and defaultSendPlace != ''"> and default_send_place like concat('%', #{defaultSendPlace}, '%')</if>
|
||||
<if test="countryCode != null and countryCode != ''"> and country_code like concat('%', #{countryCode}, '%')</if>
|
||||
<if test="province != null and province != ''"> and province like concat('%', #{province}, '%')</if>
|
||||
<if test="city != null and city != ''"> and city like concat('%', #{city}, '%')</if>
|
||||
<if test="county != null and county != ''"> and county like concat('%', #{county}, '%')</if>
|
||||
<if test="town != null and town != ''"> and town like concat('%', #{town}, '%')</if>
|
||||
<if test="countryCode != null and countryCode != ''"> and country_code=#{countryCode}</if>
|
||||
<if test="province != null and province != ''"> and province=#{province}</if>
|
||||
<if test="city != null and city != ''"> and city=#{city}</if>
|
||||
<if test="county != null and county != ''"> and county=#{county}</if>
|
||||
<if test="town != null and town != ''"> and town=#{town}</if>
|
||||
<if test="areaCode != null and areaCode != ''"> and area_code like concat('%', #{areaCode}, '%')</if>
|
||||
<if test="areaName != null and areaName != ''"> and area_name like concat('%', #{areaName}, '%')</if>
|
||||
<if test="rangeName != null and rangeName != ''"> and range_name like concat('%', #{rangeName}, '%')</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user