guhongwei 3 anni fa
parent
commit
56330b1661
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/model/patent/patentinfo.js

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

@@ -18,7 +18,7 @@ const patentinfo = {
   agent_personal: { type: String, required: false }, // 代理人
   agent_personal: { type: String, required: false }, // 代理人
   agent: { type: String, required: false }, // 代理机构
   agent: { type: String, required: false }, // 代理机构
   abstract: { type: String, required: false }, // 摘要
   abstract: { type: String, required: false }, // 摘要
-  img_url: { type: String, required: false }, // 图片
+  img_url: { type: Array }, // 图片
   origin: { type: String }, // 数据来源(手写的)
   origin: { type: String }, // 数据来源(手写的)
   user_id: { type: [ ObjectId ] },
   user_id: { type: [ ObjectId ] },
   status: { type: String, required: false }, // 状态
   status: { type: String, required: false }, // 状态