xiewj 2 лет назад
Родитель
Сommit
4a9cb6068f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/mapper/site/CommentsMapper.xml

+ 1 - 1
src/main/resources/mapper/site/CommentsMapper.xml

@@ -31,6 +31,6 @@
               )
         </if>
         ORDER BY
-            t.comment_id ASC
+            t.comment_id DESC
     </select>
 </mapper>