Pārlūkot izejas kodu

信息中心V1.3.9

kaick 1 gadu atpakaļ
vecāks
revīzija
2e36b75ba1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/main/resources/mapper/ArticleMapper.xml

+ 1 - 1
src/main/resources/mapper/ArticleMapper.xml

@@ -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>