Преглед изворни кода

优化小区重复显示问题

wuxw пре 6 година
родитељ
комит
b081f47c61

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