|
@@ -1101,6 +1101,7 @@ module.exports = app => {
|
|
|
id: change.id,
|
|
|
status: auditConst.status.revise,
|
|
|
times: change.times + 1,
|
|
|
+ final_auditor_str: '',
|
|
|
});
|
|
|
|
|
|
await transaction.commit();
|
|
@@ -1212,6 +1213,7 @@ module.exports = app => {
|
|
|
await transaction.update(this.ctx.service.changeProject.tableName, {
|
|
|
id: change.id,
|
|
|
status: auditConst.status.checking,
|
|
|
+ final_auditor_str: '',
|
|
|
});
|
|
|
// 检查三方特殊推送
|
|
|
await this.ctx.service.specMsg.addChangeProjectMsg(transaction, this.ctx.session.sessionProject.id, this.ctx.change, pushOperate.change_project.flow);
|