guhongwei hace 3 años
padre
commit
b1ca3359de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
     },