Prechádzať zdrojové kódy

Merge branch 'master' of http://git.cc-lotus.info/service-platform/service-live

lrf402788946 4 rokov pred
rodič
commit
b4e7151002
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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 }, // 名称