From 2613e9a3138c6d14a5e962dc0b23580eab54a739 Mon Sep 17 00:00:00 2001
From: aike <17730485278@139.com>
Date: Fri, 26 Dec 2025 14:34:36 +0800
Subject: [PATCH] =?UTF-8?q?demand:=20=20=20tms-=E8=BF=90=E5=8D=95=E7=AE=A1?=
=?UTF-8?q?=E7=90=86-=E5=AF=84=E4=BB=B6=E8=BF=90=E5=8D=95=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2-=E5=A2=9E=E5=8A=A0=E6=A0=B9=E6=8D=AE=E7=8E=B0?=
=?UTF-8?q?=E9=87=91=E5=AE=A2=E6=88=B7=E6=9F=A5=E8=AF=A2=E5=8A=9F=E8=83=BD?=
=?UTF-8?q?=20committer:=20heyu?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index 7c0d57eb4..223cf0bd3 100644
--- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
@@ -1722,6 +1722,9 @@
and a.update_site=#{updateSite}
+
+ AND mu.id = #{params.moneyUserId}
+
and exists (
select 1 from emis_waybill_problem_info ewpi where a.bill_code=ewpi.bill_code and ewpi.del_flag='0' and FIND_IN_SET( ewpi.`problem_type`, #{params.problemQueryIds} )