Przeglądaj źródła

Merge branch 'test2' of jishutao/kede-server into prod

anderx 1 rok temu
rodzic
commit
d4e1899f15

+ 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>