From 3c3cf8632df73f95adee5fbdd2cbd1df6591fd50 Mon Sep 17 00:00:00 2001 From: yujt Date: Thu, 28 May 2020 13:50:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=A9=E4=B8=9A=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/project/PropertyDao.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/epdc-cloud-property/src/main/resources/mapper/project/PropertyDao.xml b/epdc-cloud-property/src/main/resources/mapper/project/PropertyDao.xml index a6df063..f2f7c3f 100644 --- a/epdc-cloud-property/src/main/resources/mapper/project/PropertyDao.xml +++ b/epdc-cloud-property/src/main/resources/mapper/project/PropertyDao.xml @@ -3,18 +3,6 @@ - - - - - - - - - - - - ID, PROPERTY_NAME, PROPERTY_CODE, EFFECTIVE_FLAG, REVISION, DEL_FLAG, CREATED_BY, CREATED_TIME, UPDATED_BY, UPDATED_TIME @@ -42,7 +30,7 @@ FROM epdc_property ep WHERE - ep.DEL_FLAG = '0' + ep.DEL_FLAG = '0' and effective_Flag = '1' ORDER BY ep.CREATED_TIME DESC