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