From f09fe0b7306fc13c279f666a6942d8cffa2f06da Mon Sep 17 00:00:00 2001
From: aike <17730485278@139.com>
Date: Wed, 13 Aug 2025 17:31:14 +0800
Subject: [PATCH] =?UTF-8?q?demand:=20TMS=E7=B3=BB=E7=BB=9F-=E8=BF=90?=
=?UTF-8?q?=E5=8D=95=E7=AE=A1=E7=90=86-=E5=AF=84=E4=BB=B6=E8=BF=90?=
=?UTF-8?q?=E5=8D=95=E6=9F=A5=E8=AF=A2/=E5=AF=84=E4=BB=B6=E8=BF=90?=
=?UTF-8?q?=E5=8D=95=E6=9F=A5=E8=AF=A2=E6=96=B0=E6=94=AF=E6=8C=81=E9=80=89?=
=?UTF-8?q?=E6=8B=A9=E5=A4=9A=E4=B8=AA=E4=BA=A7=E5=93=81=E7=B1=BB=E5=9E=8B?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
committer: heyu
---
emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index f172f139a..2f0883b98 100644
--- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
@@ -1205,7 +1205,7 @@
and cust_no like concat('%', #{custNo}, '%')
and cust_name like concat('%', #{custName}, '%')
and trans_line_type=#{transLineType}
- and product_type=#{productType}
+ and FIND_IN_SET(product_type,#{productType})
and time_type like concat('%', #{timeType}, '%')
and meter_type=#{meterType}
and FIND_IN_SET(a.carry_type,#{carryType})