From 6e3adc205da67b51aa720f91b305da579e61b8ac Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Mon, 19 Dec 2022 09:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=80=83=E8=99=911060=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=BA=86?= 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, 2 insertions(+), 2 deletions(-) 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 5c13afbd9..525bbcfe0 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 @@ -1164,7 +1164,7 @@ ) process on process.ITEM_ID = item.ID WHERE item.DEL_FLAG = '0' and (item.IS_PEOPLE = '0' or (item.IS_PEOPLE = '1' and item.PEOPLE_FLAG = '0')) - and (process.state is not null and process.state in (14,1060,1065)) + and (process.state is not null and process.state in (14,1065)) AND item.PEOPLE_FLAG = #{peopleFlag} @@ -1267,7 +1267,7 @@ ) process on process.ITEM_ID = item.ID WHERE item.DEL_FLAG = '0' and (item.IS_PEOPLE = '0' or (item.IS_PEOPLE = '1' and item.PEOPLE_FLAG = '0')) - and (process.state is not null and process.state in (14,1060,1065)) + and (process.state is not null and process.state in (14,1065)) AND item.PEOPLE_FLAG = #{peopleFlag}