From 1fc508abd509066ecaed0b76f5acd69e40d5e6da Mon Sep 17 00:00:00 2001 From: linfso Date: Sat, 10 Aug 2024 16:31:32 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisTransLineMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, '%')