|
@@ -292,7 +292,7 @@ module.exports = app => {
|
|
|
await transaction.delete(this.ctx.service.changeProjectHistory.tableName, { cpid: cpId });
|
|
|
// todo 更新标段tender状态 ?
|
|
|
// 检查三方特殊推送
|
|
|
- await this.ctx.service.specMsg.addChangeProjectMsg(transaction, pid, this.ctx.change, pushOperate.change_project.flow);
|
|
|
+ await this.ctx.service.specMsg.addChangeProjectMsg(transaction, this.ctx.session.sessionProject.id, this.ctx.change, pushOperate.change_project.flow);
|
|
|
await transaction.commit();
|
|
|
} catch (err) {
|
|
|
await transaction.rollback();
|