From c5ca0eca4f503ba9380a2a9d87ef37bfcc00228d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B9=8F=E9=A3=9E?= Date: Thu, 16 Jan 2020 14:03:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/activity/ActInfoDao.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 05512e477..5c86bcd06 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 @@ -342,8 +342,7 @@ end as currentUserStatus, IF(clock.clockCount is not null ,'1','0') as signupFlag, relation.ID as actUserId, - - volunteer.AUDIT_STATUS as userVolunteerFlag + IF(volunteer.AUDIT_STATUS is not null and volunteer.AUDIT_STATUS = '1','1','0') as userVolunteerFlag FROM epdc_act_info actInfo left join epdc_act_user_relation relation on relation.DEL_FLAG = '0'