xiewj 2 năm trước cách đây
mục cha
commit
4a9cb6068f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>