MaiXinRong 2 年之前
父節點
當前提交
e6c224661f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/stage.js

+ 1 - 1
app/service/stage.js

@@ -104,7 +104,7 @@ module.exports = app => {
                 if (!stage.readOnly) stage.assist = ass;
             }
             if (stage.readOnly) {
-                stage.assist = accountId === stage.user_id || auditorIds.indexOf(accountId) >= 0
+                stage.assist = accountId === stage.user_id || stage.auditorIds.indexOf(accountId) >= 0
                     ? null
                     : stage.assists.find(x => { return x.ass_user_id === accountId});
             }