guhongwei 3 years ago
parent
commit
4ff7ef4b15
2 changed files with 3 additions and 3 deletions
  1. 2 2
      app/controller/patent/.patentanalysis.js
  2. 1 1
      app/model/patent/patentanalysis.js

+ 2 - 2
app/controller/patent/.patentanalysis.js

@@ -9,7 +9,7 @@ module.exports = {
       "name",
       "apply_name",
       "type",
-      "inventer",
+      "inventor",
       "contact",
       "phone",
       "email",
@@ -33,7 +33,7 @@ module.exports = {
       "name",
       "apply_name",
       "type",
-      "inventer",
+      "inventor",
       "contact",
       "phone",
       "email",

+ 1 - 1
app/model/patent/patentanalysis.js

@@ -13,7 +13,7 @@ const patentanalysis = {
   name: { type: String }, // 发明名称
   apply_name: { type: String }, // 申请人
   type: { type: String }, // 申请类型
-  inventer: { type: String }, // 发明人
+  inventor: { type: String }, // 发明人
   contact: { type: String }, // 联系人
   phone: { type: String }, // 联系人电话
   email: { type: String }, // 联系人邮箱