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

+ 1 - 1
app/service/stage_audit.js

@@ -788,7 +788,7 @@ module.exports = app => {
                         audit_type: x.audit_type, audit_order: x.audit_order,
                     });
                 });
-                audits.forEach(x => {
+                flowAudits.forEach(x => {
                     newAuditors.push({
                         tid: this.ctx.stage.tid, sid: this.ctx.stage.id, aid: x.aid,
                         times: x.times, order: selfAudit.order + 2,