From f1001bd03378d2a58dee697a63becc9516800aeb Mon Sep 17 00:00:00 2001 From: yinq <1345442242@qq.com> Date: Wed, 16 Nov 2022 16:47:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E9=87=8F=E9=97=AE=E9=A2=98=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E8=A1=A8=E5=8A=A0=E6=A3=80=E7=B4=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anomaly/src/main/resources/mapper/ReportMapper.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/anomaly/src/main/resources/mapper/ReportMapper.xml b/anomaly/src/main/resources/mapper/ReportMapper.xml index 0501c961..d114758c 100644 --- a/anomaly/src/main/resources/mapper/ReportMapper.xml +++ b/anomaly/src/main/resources/mapper/ReportMapper.xml @@ -2363,6 +2363,15 @@ SELECT zab.CREATED_DATE_TIME, AND so.SHOP_ORDER = #{shopOrder} + + AND zab.SFC = #{sfc} + + + AND i.ITEM = #{item} + + + AND it.DESCRIPTION = #{itemDescription} + AND (dflt.DATA_TAG = #{productCategory} OR zab.PRODUCT_CATEGORY = #{productCategory}