Browse Source

活动修改

feature/dangjian
李鹏飞 6 years ago
parent
commit
c5ca0eca4f
  1. 3
      esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActInfoDao.xml

3
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'

Loading…
Cancel
Save