@@ -482,7 +482,7 @@ module.exports = app => {
a.status = auditConst.status.uncheck;
order++;
newAuditors.push({
- tid: a.tid,
+ tid: this.ctx.tender.id,
caid: caId,
times: a.times,
order: a.order,
@@ -495,7 +495,7 @@ module.exports = app => {
cpid: cpId,
@@ -485,7 +485,7 @@ module.exports = app => {