springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComMngVolunteerMngDOMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComMngVolunteerMngDOMapper.xml
@@ -173,7 +173,7 @@ SELECT t1.id, t1.`name`, t1.photo_path, t2.`name` AS teamName, t3.`name` AS orgName FROM com_mng_volunteer_mng t1 INNER JOIN com_mng_volunteer_org_team t2 ON t1.team_id = t2.id INNER JOIN com_mng_volunteer_org_team t3 ON t1.org_id = t2.id INNER JOIN com_mng_volunteer_org_team t3 ON t1.org_id = t3.id WHERE t1.community_id = #{communityId} </select>