lidongdong
2023-08-25 e3210887b3cf2455953e47e3e6812b6be86ec745
修改活动列表参与人数为0
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerActivityMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerActivityMapper.xml
@@ -37,7 +37,7 @@
            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,
@@ -341,7 +341,7 @@
        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,