wuxw
2020-03-01 b081f47c61a9c60bf424f314f078e57faac7e2a5
优化小区重复显示问题
1个文件已修改
1 ■■■■ 已修改文件
java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml
@@ -494,6 +494,7 @@
                #{item}
            </foreach>
        </if>
        group by t.community_id
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}
        </if>