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 955009cf6..d765a81a3 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 @@ -1407,7 +1407,7 @@ )max_it on it.ITEM_ID=max_it.ITEM_ID and it.CREATED_TIME=max_it.maxTime where it.DEL_FLAG='0' - and it.dept_id=#{deptId} + and it.CLOSE_CHECK_ID=#{deptId} and it.STATE=11 ) temp)