From 8a36194e0fb7d501d7956ae0e372bf62b1067f17 Mon Sep 17 00:00:00 2001 From: qushutong <1976590620@qq.com> Date: Tue, 28 Nov 2023 11:10:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A9=B3=E5=9B=9Ebug?= 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 7c7b95e59..cef708e5b 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 @@ -1149,7 +1149,7 @@ select b.ID,b.ITEM_ID,b.CREATED_TIME,b.state,b.GRID_NEXTPARTNAME from epdc_item_handle_process b where b.DEL_FLAG = '0' - and b.CREATED_TIME = ( + and b.UPDATED_TIME = ( SELECT max(UPDATED_TIME) from epdc_item_handle_process