青羊经侦大队-数据平台
wl
2022-12-23 c3362b1179d9e6f588a209ef9b6ef40dfa9499a0
src/main/resources/mapper/GroupDao.xml
@@ -15,6 +15,7 @@
                 JOIN report ON report.id = group_user.user_id
                 JOIN `user` ON `user`.id = report.user_id
        where group_id = #{groupId}
        GROUP BY user.id
    </select>
</mapper>