guhongwei 3 年之前
父节点
当前提交
4ff7ef4b15
共有 2 个文件被更改,包括 3 次插入3 次删除
  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",
       "name",
       "apply_name",
       "apply_name",
       "type",
       "type",
-      "inventer",
+      "inventor",
       "contact",
       "contact",
       "phone",
       "phone",
       "email",
       "email",
@@ -33,7 +33,7 @@ module.exports = {
       "name",
       "name",
       "apply_name",
       "apply_name",
       "type",
       "type",
-      "inventer",
+      "inventor",
       "contact",
       "contact",
       "phone",
       "phone",
       "email",
       "email",

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

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