ソースを参照

消息去掉排序

anderx 1 年間 前
コミット
602cb4018a
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/main/java/com/goafanti/common/mapper/NoticeMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/NoticeMapper.xml

@@ -213,7 +213,7 @@
     <if test="aid != null">
     	and n.aid = #{aid}
     </if>
-    order by n.create_time desc limit 1000
+    limit 1000
   </select>