Просмотр исходного кода

Merge branch 'test2' into test

anderx 1 год назад
Родитель
Сommit
92d836bf5c
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>