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});
             }