diff --git a/emis-biz/src/main/resources/mapper/EmisSiteMapper.xml b/emis-biz/src/main/resources/mapper/EmisSiteMapper.xml index 3eb5e8237..dbd0d51f1 100644 --- a/emis-biz/src/main/resources/mapper/EmisSiteMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSiteMapper.xml @@ -171,16 +171,16 @@ and parent_site_code = #{parentSiteCode} and default_currency like concat('%', #{defaultCurrency}, '%') and cut_off_time like concat('%', #{cutOffTime}, '%') - and superior_finance_center_code like concat('%', #{superiorFinanceCenterCode}, '%') - and site_type like concat('%', #{siteType}, '%') - and scope_type like concat('%', #{scopeType}, '%') + and superior_finance_center_code=#{superiorFinanceCenterCode} + and site_type=#{siteType} + and scope_type=#{scopeType} and default_destination_name_code like concat('%', #{defaultDestinationNameCode}, '%') and default_send_place like concat('%', #{defaultSendPlace}, '%') - and country_code like concat('%', #{countryCode}, '%') - and province like concat('%', #{province}, '%') - and city like concat('%', #{city}, '%') - and county like concat('%', #{county}, '%') - and town like concat('%', #{town}, '%') + and country_code=#{countryCode} + and province=#{province} + and city=#{city} + and county=#{county} + and town=#{town} and area_code like concat('%', #{areaCode}, '%') and area_name like concat('%', #{areaName}, '%') and range_name like concat('%', #{rangeName}, '%')