Przeglądaj źródła

Merge branch 'master' of http://git.cc-lotus.info/new-live/server-achieve

lrf 3 lat temu
rodzic
commit
1f5b82913a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/model/reviewExpert.js

+ 1 - 1
app/model/reviewExpert.js

@@ -20,7 +20,7 @@ const review_expert = {
   score: { type: String, required: false }, // 分数
   desc: { type: String, required: false }, // 意见
   type: { type: String }, // 工作类型:1=>评分;2=>会审
-  status: { type: String, required: false, default: '0', maxLength: 200 }, // 审核状态,0-注册,1-通过,2-拒绝
+  status: { type: String, required: false, default: '0', maxLength: 200 }, // 审核状态,0-注册,1-通过,2-拒绝,3-审核完成,账号不可用
   remark: { type: String },
 };
 const schema = new Schema(review_expert, { toJSON: { virtuals: true } });