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}