Explorar o código

修改订单搜索客户接口

anderx hai 1 ano
pai
achega
9379f57edd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
+    order by n.create_time desc limit 1000
   </select>