From 4e65129884f672a2b61c84de5fee4b864e592926 Mon Sep 17 00:00:00 2001
From: yinq <1345442242@qq.com>
Date: Tue, 18 Oct 2022 16:50:07 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=8A=A0=E5=B7=A5=E5=91=A8?=
=?UTF-8?q?=E6=9C=9F=E6=8A=A5=E8=A1=A8v5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
anomaly/src/main/resources/mapper/ReportMapper.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/anomaly/src/main/resources/mapper/ReportMapper.xml b/anomaly/src/main/resources/mapper/ReportMapper.xml
index 64d1b302..3756c807 100644
--- a/anomaly/src/main/resources/mapper/ReportMapper.xml
+++ b/anomaly/src/main/resources/mapper/ReportMapper.xml
@@ -2322,6 +2322,10 @@
AND WIP.WORK_CENTER_DESCRIPTION = #{workCenter}
+
+ AND WIP.ITEM_NUMBER = #{itemNumber}
+
+ ORDER BY WIP.ITEM_NUMBER,WIP.WORK_ORDER,WIP.SHOP_ORDER,WIP.DISPATCH_NO