From b05ab70989ed06bc8ad8ba82e6bd332fd551d6e9 Mon Sep 17 00:00:00 2001 From: Jackwang Date: Sun, 4 Sep 2022 18:44:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=97=E5=B0=9A=E8=AF=89=E5=8A=9E-=E7=BB=93?= =?UTF-8?q?=E6=A1=88=E5=AE=A1=E6=89=B9=E5=88=97=E8=A1=A8?= 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 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)