| | |
| | | name, |
| | | ac_type, |
| | | address, |
| | | (select count(id) from volunteer_activities_people_involved where activity_id=volunteer_activity.id) as volunteerNum, |
| | | (select count(id) from volunteer_activities_people_involved where activity_id=volunteer_activity.id) as volunteer_num, |
| | | ac_state, |
| | | award_state, |
| | | issue_time, |
| | |
| | | select |
| | | id, |
| | | ac_state, |
| | | (select count(id) from volunteer_activities_people_involved where activity_id=volunteer_activity.id) volunteerNum, |
| | | (select count(id) from volunteer_activities_people_involved where activity_id=volunteer_activity.id) volunteer_num, |
| | | apply_begin_time, |
| | | apply_end_time, |
| | | actity_begin_time, |