소스 검색

优化 神行 功能开发

java110 3 년 전
부모
커밋
8a8c1a0ac6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml

+ 0 - 1
java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml

@@ -666,6 +666,5 @@
         <if test="communityId != null and communityId != ''">
             and sc.community_id = #{communityId}
         </if>
-        group by sc.community_id
     </select>
 </mapper>