guhongwei 4 年之前
父节点
当前提交
c2da851724
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/model/dock.js

+ 0 - 1
app/model/dock.js

@@ -12,7 +12,6 @@ const images = new Schema({
 // 产品
 const goods = new Schema({
   userid: { type: String, required: false, maxLength: 500 }, // 创建人id
-  status: { type: String, required: false, maxLength: 200, default: "3" }, // 状态(0:待审核 1:通过审核 2:审核拒绝 3:草稿)
   is_del: { type: String, required: false, maxLength: 200 }, // 是否删除,0-否,1-是
   type: { type: String, required: false, maxLength: 200 }, // 类型: 0-技术;1-成果;2-服务
   name: { type: String, required: false, maxLength: 200 }, // 名称