|
@@ -1024,7 +1024,7 @@ module.exports = app => {
|
|
|
await this.ctx.helper.sendWechat(audit.aid, smsTypeConst.const.JL, smsTypeConst.judge.approval.toString(), wxConst.template.stage, wechatData);
|
|
|
|
|
|
// 上报/审批 - 检查三方特殊推送
|
|
|
- await this.ctx.service.specMsg.addStageMsg(transaction, this.ctx.session.sessionProject.id, this.ctx.stage, pushOperate.stage.flow);
|
|
|
+ await this.ctx.service.specMsg.addStageMsg(transaction, pid, this.ctx.stage, pushOperate.stage.flow);
|
|
|
await transaction.commit();
|
|
|
// 通知发送 - 第三方更新
|
|
|
if (this.ctx.session.sessionProject.custom && syncApiConst.notice_type.indexOf(this.ctx.session.sessionProject.customType) !== -1) {
|