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