|
|
@ -498,7 +498,7 @@ |
|
|
|
icvol.VOLUNTEER_CATEGORY as volunteerCategoriesStr |
|
|
|
from user_base_info userbaseinfo |
|
|
|
inner join ic_resi_user icuser on (userbaseinfo.ID_NUM = icuser.ID_CARD and icuser.DEL_FLAG = '0') |
|
|
|
left join ic_volunteer icvol on (icuser.ID = icvol.IC_RESI_USER and icvol.DEL_FLAG = '0') |
|
|
|
inner join ic_volunteer icvol on (icuser.ID = icvol.IC_RESI_USER and icvol.DEL_FLAG = '0') |
|
|
|
where userbaseinfo.DEL_FLAG = '0' |
|
|
|
and userbaseinfo.ID_NUM is not null |
|
|
|
and userbaseinfo.USER_ID in |
|
|
|