From f60c34fe434d2d03b21b890d82e9c574332650b7 Mon Sep 17 00:00:00 2001 From: aike <17730485278@139.com> Date: Mon, 8 Dec 2025 16:53:25 +0800 Subject: [PATCH] =?UTF-8?q?demand:=20=20=20=20tms-=E6=88=90=E6=9C=AC?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E6=88=90=E6=9C=AC=E5=88=97=E8=A1=A8-?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=A0=B9=E6=8D=AE=E5=A4=9A=E4=B8=AA=E8=BF=90?= =?UTF-8?q?=E8=BE=93=E5=8F=B7=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emis-biz/src/main/resources/mapper/EmisTmsCostFeeMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisTmsCostFeeMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsCostFeeMapper.xml index 66d02caec..db72d4387 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsCostFeeMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsCostFeeMapper.xml @@ -205,7 +205,7 @@ and fee_type = #{feeType} and split_type = #{splitType} and trans_type=#{transType} - and trans_sign_no like concat('%', #{transSignNo}, '%') + and FIND_IN_SET(trans_sign_no,#{transSignNo}) and supplier_code=#{supplierCode} and supplier_name like concat('%', #{supplierName}, '%') and send_place=#{sendPlace}