|
@@ -224,7 +224,7 @@
|
|
|
<if test="city != null"> AND sb.city = #{city}</if>
|
|
|
<if test="region != null"> AND sb.region = #{region}</if>
|
|
|
<if test="communityId != null"> AND sb.community_id = #{communityId}</if>
|
|
|
- group by sb.create_date desc
|
|
|
+ order by sb.create_date desc
|
|
|
</select>
|
|
|
|
|
|
<select id="getById" resultType="com.zoniot.ccrc.dto.BuildingDto">
|