From 41c20bcf78ae70d7a92ccf50f046a42d01ec89f2 Mon Sep 17 00:00:00 2001 From: ty <1577900710@qq.com> Date: Thu, 1 Feb 2024 16:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E7=BC=BA=E7=BB=9F=E8=AE=A1=E6=9C=88?= =?UTF-8?q?=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hnac/hzims/operational/defect/mapper/OperDefectMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hzims-service/operational/src/main/java/com/hnac/hzims/operational/defect/mapper/OperDefectMapper.xml b/hzims-service/operational/src/main/java/com/hnac/hzims/operational/defect/mapper/OperDefectMapper.xml index b958fae..ddc5640 100644 --- a/hzims-service/operational/src/main/java/com/hnac/hzims/operational/defect/mapper/OperDefectMapper.xml +++ b/hzims-service/operational/src/main/java/com/hnac/hzims/operational/defect/mapper/OperDefectMapper.xml @@ -80,7 +80,7 @@ AND D.IS_DELETED = 0 and D.DEFECT_GRADING IS NOT NULL - AND P.CREATE_DEPT in + AND D.CREATE_DEPT in #{item} @@ -96,7 +96,7 @@ AND D.IS_DEFECT='1' and D.DEFECT_GRADING IS NOT NULL - AND P.CREATE_DEPT in + AND D.CREATE_DEPT in #{item} @@ -112,7 +112,7 @@ AND D.IS_DEFECT='1' and D.DEFECT_GRADING IS NOT NULL - AND P.CREATE_DEPT in + AND D.CREATE_DEPT in #{item} @@ -127,7 +127,7 @@ AND D.IS_DEFECT='1' and D.DEFECT_GRADING IS NOT NULL - AND P.CREATE_DEPT in + AND D.CREATE_DEPT in #{item}