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 6511b98a9..e783f57c2 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 @@ -1151,7 +1151,7 @@ where b.DEL_FLAG = '0' and b.CREATED_TIME = ( SELECT - max(CREATED_TIME) + max(UPDATED_TIME) from epdc_item_handle_process where b.ITEM_ID = ITEM_ID and DEL_FLAG = '0'