lrf402788946 4 年 前
コミット
1fa603d543
1 ファイル変更2 行追加2 行削除
  1. 2 2
      app/model/achieve_apply.js

+ 2 - 2
app/model/achieve_apply.js

@@ -75,8 +75,8 @@ datalist.index({ id: 1 });
 const achieve_apply = {
   user_id: { type: ObjectId }, // 关联用户
   status: { type: String, default: '0' }, // 状态
-  // 1=>初审通过;-1=>初审失败
-  // 2=>评分通过;-2=>评分失败
+  // 1=>初审通过(待评分);-1=>初审失败
+  // 2=>评分通过(待缴费);-2=>评分失败
   // 3=>已缴费
   // 4=>补充资料
   // 5=>会审通过;-5=>会审失败(不能改了,没机会了)