guhongwei 3 years ago
parent
commit
b1ca3359de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/patent/.patentinfo.js

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

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