From 5f326763fa98a74b13a7e41e94a5bf818441ceb0 Mon Sep 17 00:00:00 2001 From: zhangyongzhangyong <2012005003@qq.coom> Date: Tue, 7 Jan 2020 14:04:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3bug=20=EF=BC=9A=20=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E7=AB=AF=EF=BC=8C=E9=A6=96=E9=A1=B5=EF=BC=8C=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E9=80=9A=E7=9F=A5=E4=B8=AD=E6=B2=A1=E6=9C=89=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=88=96=E6=B6=88=E6=81=AF=E5=B7=B2=E7=BB=8F=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E6=9F=A5=E7=9C=8B=E5=90=8E=EF=BC=8C=E4=B8=8D=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E6=98=BE=E7=A4=BA=E5=B0=8F=E7=BA=A2=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/item/ItemInformationDao.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/ItemInformationDao.xml b/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemInformationDao.xml index adac5fb01..9a2d4fea3 100644 --- a/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemInformationDao.xml +++ b/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemInformationDao.xml @@ -45,7 +45,7 @@ UPDATE epdc_item_information SET READ_FLAG = '1' WHERE DEL_FLAG = '0' - + AND DEPT_ID = #{deptId} AND DEPT_ID IN