java110-db/src/main/resources/mapper/community/CommunityV1ServiceDaoImplMapper.xml
@@ -473,6 +473,9 @@ <if test="communityId !=null and communityId != ''"> and t.community_id= #{communityId} </if> <if test="communityCode !=null and communityCode != ''"> and t.community_code= #{communityCode} </if> <if test="communityIds != null"> and t.community_id in <foreach collection="communityIds" item="item" open="(" close=")" separator=",">