guhongwei 3 years ago
parent
commit
6729464bbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/model/patent/patentassess.js

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

@@ -11,7 +11,7 @@ const patentassess = {
   patent_name: { type: String }, // 专利名称
   patent_name: { type: String }, // 专利名称
   inventor: { type: Array }, // 发明人
   inventor: { type: Array }, // 发明人
   type: { type: String, required: false }, // 专利类型
   type: { type: String, required: false }, // 专利类型
-  contact: { type: Array }, // 联系人
+  contact: { type: String }, // 联系人
   phone: { type: String }, // 联系人电话
   phone: { type: String }, // 联系人电话
   email: { type: String }, // 联系人邮箱
   email: { type: String }, // 联系人邮箱
   abstract: { type: String, required: false }, // 摘要
   abstract: { type: String, required: false }, // 摘要