diff --git a/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActInfoDao.xml b/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActInfoDao.xml index 12db52360..fc6c35fdd 100644 --- a/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActInfoDao.xml +++ b/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActInfoDao.xml @@ -245,7 +245,7 @@ #{timestamp} - || actInfo.ACT_STATUS = '0' and relation.USER_ID = #{userId} + or actInfo.ACT_STATUS = '0' and relation.USER_ID = #{userId} AND relation.STATUS = #{actType}