From 65419a2ca9b481c5c858b0f078eb4a091f4ae0be Mon Sep 17 00:00:00 2001 From: yyhouc <792163605@qq.com> Date: Wed, 7 Jun 2023 15:35:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=BB=E8=BE=91=20=20?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E4=BA=86=E5=B0=B1=E8=83=BD=E7=9C=8B=E5=88=B0?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/kening/vordm/mapper/EntityDataMapper.xml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/kn-service/biz-vordm/src/main/java/com/kening/vordm/mapper/EntityDataMapper.xml b/kn-service/biz-vordm/src/main/java/com/kening/vordm/mapper/EntityDataMapper.xml index 6860241..ab54a0f 100644 --- a/kn-service/biz-vordm/src/main/java/com/kening/vordm/mapper/EntityDataMapper.xml +++ b/kn-service/biz-vordm/src/main/java/com/kening/vordm/mapper/EntityDataMapper.xml @@ -49,15 +49,6 @@ ed.disaster_id = #{entityData.disasterId} - - and ed.status = #{entityData.status} - - - and ed.visual_flag = #{entityData.visualFlag} - - - and ed.is_publish = #{entityData.isPublish} - and ed.type = #{entityData.type} @@ -67,6 +58,8 @@ and ed.title = concat('%',#{entityData.title},'%') + AND ed.is_deleted = 0 + and ed.status = 1 ORDER BY ed.upload_time DESC