|
@@ -286,7 +286,7 @@ module.exports = app => {
|
|
|
c_name: this.ctx.change.name,
|
|
|
};
|
|
|
await this.ctx.helper.sendWechat(audit.aid, smsTypeConst.const.BG, smsTypeConst.judge.approval.toString(), wxConst.template.change, wechatData);
|
|
|
- await transaction.delete(this.ctx.service.changeProjectHistory.tableName, { caid: caId });
|
|
|
+ await transaction.delete(this.ctx.service.changeApplyHistory.tableName, { caid: caId });
|
|
|
// todo 更新标段tender状态 ?
|
|
|
await transaction.commit();
|
|
|
} catch (err) {
|