ソースを参照

优化小区重复显示问题

wuxw 6 年 前
コミット
b081f47c61
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml

+ 1 - 0
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>