|
@@ -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,
|