|
@@ -163,7 +163,7 @@
|
|
|
<if test="storeId !=null and storeId != ''">
|
|
<if test="storeId !=null and storeId != ''">
|
|
|
and t.store_id= #{storeId}
|
|
and t.store_id= #{storeId}
|
|
|
</if>
|
|
</if>
|
|
|
- order by t.create_time desc
|
|
|
|
|
|
|
+ order by t.community_id desc
|
|
|
<if test="page != -1 and page != null ">
|
|
<if test="page != -1 and page != null ">
|
|
|
limit #{page}, #{row}
|
|
limit #{page}, #{row}
|
|
|
</if>
|
|
</if>
|