bd_bug
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user