lidongdong
2023-08-25 b1087f74fdbb6272a0a6af9edd47cedc383e6754
修改活动列表参与人数为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) volunteerNum,
            (select count(id) from volunteer_activities_people_involved where activity_id=volunteer_activity.id) as volunteerNum,
            ac_state,
            award_state,
            issue_time,
@@ -68,7 +68,7 @@
            name,
            ac_type,
            address,
            (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) as volunteerNum,
            ac_state,
            award_state,
            issue_time,