|
@@ -339,6 +339,7 @@
|
|
|
<if test="communityName != null and communityName != '' and needCommunityInfo == true">
|
|
<if test="communityName != null and communityName != '' and needCommunityInfo == true">
|
|
|
and sc.name like concat('%',#{communityName},'%')
|
|
and sc.name like concat('%',#{communityName},'%')
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ group by ms.community_id
|
|
|
order by ms.create_time desc
|
|
order by ms.create_time desc
|
|
|
<if test="page != -1 and page != null">
|
|
<if test="page != -1 and page != null">
|
|
|
limit #{page},#{row}
|
|
limit #{page},#{row}
|
|
@@ -424,6 +425,7 @@
|
|
|
<if test="communityName != null and communityName != '' and needCommunityInfo == true">
|
|
<if test="communityName != null and communityName != '' and needCommunityInfo == true">
|
|
|
and sc.name like concat('%',#{communityName},'%')
|
|
and sc.name like concat('%',#{communityName},'%')
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ group by ms.community_id
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<!-- 查询小区信息 add by wuxw 2018-07-03 -->
|
|
<!-- 查询小区信息 add by wuxw 2018-07-03 -->
|