From 8f413fb81991efea116370b7750e9cb63168451b Mon Sep 17 00:00:00 2001 From: yujintao Date: Wed, 8 Apr 2020 09:21:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E8=AF=A6=E6=83=85=E6=89=93?= =?UTF-8?q?=E5=8D=A1=E5=88=97=E8=A1=A8=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/activity/ActUserRelationDao.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActUserRelationDao.xml b/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActUserRelationDao.xml index bd004480c..5ea3a7247 100644 --- a/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActUserRelationDao.xml +++ b/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActUserRelationDao.xml @@ -224,7 +224,6 @@ left join epdc_act_user_clock_log auc on aur.ID = auc.ACT_USER_ID where aur.DEL_FLAG = '0' and auc.DEL_FLAG = '0' and aur.ACT_ID = #{actId} - and aur.status in ('2') order by auc.CLOCK_TIME desc