@@ -22,6 +22,7 @@
AND date_format(create_date, '%Y-%m-%d') <![CDATA[>= ]]> date_format(#{beginTime}, '%Y-%m-%d')
AND date_format(create_date, '%Y-%m-%d')<![CDATA[<= ]]> date_format(#{endTime}, '%Y-%m-%d')
</if>
+ and community_id = #{communityId}
</where>
order by sort desc,update_date desc
</select>