This commit is contained in:
2025-10-15 18:42:45 +08:00
parent b2ec085847
commit 47beeedac4

View File

@@ -85,6 +85,6 @@
<if test="familyIdList != null and familyIdList.size() > 0">
and family_id in <foreach collection="familyIdList" item="familyId" separator="," open="(" close=")">#{familyId}</foreach>
</if>
group by family_id, family_member_Id
group by family_id
</select>
</mapper>