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

+ 2 - 0
app/controller/patent/.patentapply.js

@@ -16,6 +16,7 @@ module.exports = {
       "phone",
       "email",
       "questions",
+      "check_url",
       "status",
     ],
   },
@@ -41,6 +42,7 @@ module.exports = {
       "phone",
       "email",
       "questions",
+      "check_url",
       "status",
     ],
   },

+ 1 - 0
app/model/patent/patentapply.js

@@ -20,6 +20,7 @@ const patentapply = {
   phone: { type: String }, // 联系人电话
   email: { type: String }, // 联系人邮箱
   questions: { type: Object }, // 问题
+  check_url: { type: Array }, // 审查文件
   record: { type: Array }, // 记录
   status: { type: String, default: '0' }, // 状态
   remark: { type: String },