|
@@ -47,7 +47,7 @@
|
|
|
<if test="collectionId !=null and collectionId != ''">
|
|
<if test="collectionId !=null and collectionId != ''">
|
|
|
and t.collection_id= #{collectionId}
|
|
and t.collection_id= #{collectionId}
|
|
|
</if>
|
|
</if>
|
|
|
- order by t.create_time desc
|
|
|
|
|
|
|
+ order by t.collection_year
|
|
|
<if test="page != -1 and page != null ">
|
|
<if test="page != -1 and page != null ">
|
|
|
limit #{page}, #{row}
|
|
limit #{page}, #{row}
|
|
|
</if>
|
|
</if>
|