|
@@ -555,7 +555,7 @@ module.exports = app => {
|
|
|
};
|
|
|
await this.ctx.helper.sendWechat(users, smsTypeConst.const.JL, smsTypeConst.judge.result.toString(), wxConst.template.stage, wechatData);
|
|
|
// 期审批完成,检查角色签名数据
|
|
|
- await this.ctx.service.roleRptRel.checkSignDate(transaction, this.ctx.stage, selfAudit, time);
|
|
|
+ // await this.ctx.service.roleRptRel.checkSignDate(transaction, this.ctx.stage, selfAudit, time);
|
|
|
// 审批通过 - 检查三方特殊推送
|
|
|
await this.ctx.service.specMsg.addStageMsg(transaction, pid, this.ctx.stage, pushOperate.stage.checked);
|
|
|
}
|