Parcourir la source

专利信息排序

guhongwei il y a 3 ans
Parent
commit
952b27d336
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/controller/patent/.patentinfo.js

+ 1 - 1
app/controller/patent/.patentinfo.js

@@ -121,7 +121,7 @@ module.exports = {
     options: {
       query: ["skip", "limit"],
       sort: ["create_date"],
-      desc: true,
+      asc: true,
       count: true,
     },
   },