浏览代码

修改专利维权申请人

guhongwei 3 年之前
父节点
当前提交
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 }, // 联系人