xiewj 2 年之前
父节点
当前提交
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>