| java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml
@@ -339,6 +339,7 @@ <if test="communityName != null and communityName != '' and needCommunityInfo == true"> and sc.name like concat('%',#{communityName},'%') </if> group by ms.community_id order by ms.create_time desc <if test="page != -1 and page != null"> limit #{page},#{row} @@ -424,6 +425,7 @@ <if test="communityName != null and communityName != '' and needCommunityInfo == true"> and sc.name like concat('%',#{communityName},'%') </if> group by ms.community_id </select> <!-- 查询小区信息 add by wuxw 2018-07-03 -->