From f18f56a35b8a02b9330ca6da2bd642efcf6e983e Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 5 Jul 2024 14:52:06 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisTransLineMapper.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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}, '%')