xiewj 2 years ago
parent
commit
4a9cb6068f
1 changed files with 1 additions and 1 deletions
  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>