|
@@ -98,7 +98,7 @@
|
|
|
left join cm_product_archive_content cc on cf.archiveContentId = cc.id
|
|
|
left join cm_product_archive pa on cc.productArchiveId = pa.id
|
|
|
where cc.type = 3
|
|
|
- order by cc.saddTime desc
|
|
|
+ order by cc.addTime desc
|
|
|
<if test="pageNum != null">
|
|
|
limit #{pageNum},#{pageSize}
|
|
|
</if>
|