From db07624d6e4c97e79d534923eddeda00bd95b5cf Mon Sep 17 00:00:00 2001 From: qushutong <1976590620@qq.com> Date: Wed, 27 Sep 2023 10:08:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B8=82=E7=BA=A7=E5=8A=9E?= =?UTF-8?q?=E7=90=86=20=E5=B8=82=E7=BA=A7=E9=A9=B3=E5=9B=9E=20=E5=9C=A8?= =?UTF-8?q?=E5=BE=85=E5=A4=84=E7=90=86=E5=88=97=E8=A1=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/item/ItemDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e783f57c2..e1ed4a565 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 @@ -573,7 +573,7 @@ ) process on process.ITEM_ID = item.ID WHERE item.DEL_FLAG = '0' - and (process.state is not null and process.state not in (11,14,15,16,1002,1103,1004,1005,1105,1106)) + and (process.state is not null and process.state not in (11,14,15,16,1002,1103,1004,1005,1105,1106,3001,3000)) and (item.IS_PEOPLE = '0' or (item.IS_PEOPLE = '1' and item.PEOPLE_FLAG = '0'))