From 39c5eef242f7828f1f605adf4e4563579a913e41 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Thu, 17 Nov 2022 10:56:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E8=AF=84=E4=BB=B7=E6=9C=AA=E7=BB=93?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/item/ItemDao.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml b/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml index 1a5ca6d9d..b1b1cb332 100755 --- a/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml +++ b/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml @@ -2186,9 +2186,11 @@ and i.EVALUATION_STATE = '1' and i.EVALUATION_TIME IS NULL + and i.ITEM_STATE != '10' and i.EVALUATION_TIME IS NOT NULL + and i.ITEM_STATE != '10' and i.ITEM_STATE = #{itemState} @@ -2298,9 +2300,11 @@ and i.EVALUATION_STATE = '1' and i.EVALUATION_TIME IS NULL + and i.ITEM_STATE != '10' and i.EVALUATION_TIME IS NOT NULL + and i.ITEM_STATE != '10' and i.ITEM_STATE = #{itemState}