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