guhongwei hace 3 años
padre
commit
6b6c82cd36
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/model/achieve_apply.js

+ 2 - 2
app/model/achieve_apply.js

@@ -9,7 +9,7 @@ const basic = new Schema({
   achieve_type: { type: Array }, // 成果类别
   achieve_num: { type: String }, // 成果编号
   achieve_date: { type: String }, // 成果取得时间
-  achieve_form: { type: String }, // 成果形式
+  achieve_form: { type: Array }, // 成果形式
   apply_personal: { type: String }, // 申请人
   apply_phone: { type: String }, // 申请人
   apply_company: { type: String }, // 申请单位
@@ -52,7 +52,7 @@ const basic = new Schema({
 
   sjjh_num: { type: String }, // 省级计划项
   sjjh_money: { type: String }, // 省级计划经费
-  achieve_influence: { type: String }, // 成果的影响及作用
+  achieve_influence: { type: Array }, // 成果的影响及作用
 });
 basic.index({ id: 1 });
 basic.index({ achieve_num: 1 });