java110
2021-05-09 f42983b35c738a28ed4b9d1732d1045c5f2a19bb
java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -528,9 +528,11 @@
            </foreach>
        </if>
        group by t.community_id
        order by t.create_time ASC
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}
        </if>
    </select>