diff --git a/src/main/webapp/NewFile.jsp b/src/main/webapp/NewFile.jsp
index b306f51..d9544eb 100644
--- a/src/main/webapp/NewFile.jsp
+++ b/src/main/webapp/NewFile.jsp
@@ -186,7 +186,7 @@ footer
-select * from article a , subject s where a.sid=s.sid and subject='<%=request.getAttribute("subject") %>' and hide="No"
+select * from article a , subject s where a.sid=s.sid and subject='<%=request.getAttribute("subject") %>' and hide="No" order by time desc
@@ -224,4 +224,4 @@ select * from article a , subject s where a.sid=s.sid and subject='<%=request.g