Browse Source

专利信息数据过滤

lrf 3 năm trước cách đây
mục cha
commit
79060bcf4b
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      app/controller/patent/.patentinfo.js

+ 10 - 0
app/controller/patent/.patentinfo.js

@@ -166,6 +166,16 @@ module.exports = {
       sort: ['create_date'],
       sort: ['create_date'],
       desc: true,
       desc: true,
       count: true,
       count: true,
+      projection: {
+        create_number: 1,
+        create_date: 1,
+        success_number: 1,
+        success_date: 1,
+        name: 1,
+        term: 1,
+        type: 1,
+        onlegal_status: 1,
+      },
     },
     },
   },
   },
   toImport: {
   toImport: {