guhongwei %!s(int64=3) %!d(string=hai) anos
pai
achega
42210f567d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/model/patent/patentassess.js

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

@@ -10,7 +10,7 @@ const patentassess = {
   patent_name: { type: String }, // 专利名称
   is_money: { type: Boolean, default: false }, // 是否缴费
   expert: { type: Array }, // 专家
-  report: { type: String }, // 评估报告
+  report: { type: Array }, // 评估报告
   status: { type: String }, // 状态
   remark: { type: String },
 };