diff --git a/emis-biz/src/main/resources/mapper/EmisTransLineMapper.xml b/emis-biz/src/main/resources/mapper/EmisTransLineMapper.xml index abdd6d10c..54188a701 100644 --- a/emis-biz/src/main/resources/mapper/EmisTransLineMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTransLineMapper.xml @@ -72,7 +72,7 @@ and from_country like concat('%', #{fromCountry}, '%') and country like concat('%', #{country}, '%') and apply_scope like concat('%', #{applyScope}, '%') - and logo_type like concat('%', #{logoType}, '%') + and logo_type=#{logoType} and trans_type like concat('%', #{transType}, '%') and order_num = #{orderNum} and remark like concat('%', #{remark}, '%')