diff --git a/emis-biz/src/main/resources/mapper/EmisTransLineMapper.xml b/emis-biz/src/main/resources/mapper/EmisTransLineMapper.xml
index 83562eb56..ea45594d9 100644
--- a/emis-biz/src/main/resources/mapper/EmisTransLineMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisTransLineMapper.xml
@@ -44,7 +44,7 @@
and line_code=#{lineCode}
and line_name like concat('%', #{lineName}, '%')
and line_name_en like concat('%', #{lineNameEn}, '%')
- and meter_rate like concat('%', #{meterRate}, '%')
+ and meter_rate=#{meterRate}
and status = #{status}
and site_audit_man like concat('%', #{siteAuditMan}, '%')
and site_audit_man_code like concat('%', #{siteAuditManCode}, '%')
@@ -52,11 +52,11 @@
and market_man_code like concat('%', #{marketManCode}, '%')
and operate_man like concat('%', #{operateMan}, '%')
and operate_man_code like concat('%', #{operateManCode}, '%')
- and from_country like concat('%', #{fromCountry}, '%')
- and country like concat('%', #{country}, '%')
- and apply_scope like concat('%', #{applyScope}, '%')
+ and from_country=#{fromCountry}
+ and country=#{country}
+ and apply_scope=#{applyScope}
and logo_type=#{logoType}
- and trans_type like concat('%', #{transType}, '%')
+ and trans_type=#{transType}
and order_num = #{orderNum}
and remark like concat('%', #{remark}, '%')
and tenant_id like concat('%', #{tenantId}, '%')