guhongwei 3 лет назад
Родитель
Сommit
7efaeb4c6c
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      app/controller/patent/.patentsafeg.js
  2. 1 1
      app/model/patent/patentsafeg.js

+ 2 - 2
app/controller/patent/.patentsafeg.js

@@ -5,7 +5,7 @@ module.exports = {
       "admin_id",
       "create_number",
       "name",
-      "apply_name",
+      "apply_personal",
       "type",
       "inventor",
       "contact",
@@ -27,7 +27,7 @@ module.exports = {
       "admin_id",
       "create_number",
       "name",
-      "apply_name",
+      "apply_personal",
       "type",
       "inventor",
       "contact",

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

@@ -9,7 +9,7 @@ const patentsafeg = {
   admin_id: { type: ObjectId }, // 管理员id
   create_number: { type: String }, // 申请号
   name: { type: String }, // 发明名称
-  apply_name: { type: String }, // 申请人
+  apply_personal: { type: String }, // 申请人
   type: { type: String }, // 申请类型
   inventor: { type: String }, // 发明人
   contact: { type: String }, // 联系人