|
@@ -243,7 +243,7 @@ module.exports = app => {
|
|
|
const stageInfo = await this.ctx.service.stage.getDataById(audit.sid);
|
|
|
const sms = new SMS(this.ctx);
|
|
|
const tenderName = await sms.contentChange(tenderInfo.name);
|
|
|
- const content = '【纵横计量支付】' + this.ctx.sessionProject.name + '-' + tenderName + '第' + stageInfo.order + '期,需要您审批。';
|
|
|
+ const content = '【纵横计量支付】' + this.ctx.session.sessionProject.name + '-' + tenderName + '第' + stageInfo.order + '期,需要您审批。';
|
|
|
sms.send(smsUser.auth_mobile, content);
|
|
|
}
|
|
|
}
|
|
@@ -299,7 +299,7 @@ module.exports = app => {
|
|
|
const stageInfo = await this.ctx.service.stage.getDataById(nextAudit.sid);
|
|
|
const sms = new SMS(this.ctx);
|
|
|
const tenderName = await sms.contentChange(tenderInfo.name);
|
|
|
- const content = '【纵横计量支付】' + this.ctx.sessionProject.name + '-' + tenderName + '第' + stageInfo.order + '期,需要您审批。';
|
|
|
+ const content = '【纵横计量支付】' + this.ctx.session.sessionProject.name + '-' + tenderName + '第' + stageInfo.order + '期,需要您审批。';
|
|
|
sms.send(smsUser.auth_mobile, content);
|
|
|
}
|
|
|
}
|
|
@@ -343,7 +343,7 @@ module.exports = app => {
|
|
|
const tenderInfo = await this.ctx.service.tender.getDataById(stageInfo.tid);
|
|
|
const sms = new SMS(this.ctx);
|
|
|
const tenderName = await sms.contentChange(tenderInfo.name);
|
|
|
- const content = '【纵横计量支付】' + this.ctx.sessionProject.name + '-' + tenderName + '第' + stageInfo.order + '期,审批通过。';
|
|
|
+ const content = '【纵横计量支付】' + this.ctx.session.sessionProject.name + '-' + tenderName + '第' + stageInfo.order + '期,审批通过。';
|
|
|
sms.send(mobile_array, content);
|
|
|
}
|
|
|
}
|
|
@@ -420,7 +420,7 @@ module.exports = app => {
|
|
|
const tenderInfo = await this.ctx.service.tender.getDataById(stageInfo.tid);
|
|
|
const sms = new SMS(this.ctx);
|
|
|
const tenderName = await sms.contentChange(tenderInfo.name);
|
|
|
- const content = '【纵横计量支付】' + this.ctx.sessionProject.name + '-' + tenderName + '第' + stageInfo.order + '期,审批退回。';
|
|
|
+ const content = '【纵横计量支付】' + this.ctx.session.sessionProject.name + '-' + tenderName + '第' + stageInfo.order + '期,审批退回。';
|
|
|
sms.send(mobile_array, content);
|
|
|
}
|
|
|
|
|
@@ -503,7 +503,7 @@ module.exports = app => {
|
|
|
const stageInfo = await this.ctx.service.stage.getDataById(audit.sid);
|
|
|
const sms = new SMS(this.ctx);
|
|
|
const tenderName = await sms.contentChange(tenderInfo.name);
|
|
|
- const content = '【纵横计量支付】' + this.ctx.sessionProject.name + '-' + tenderName + '第' + stageInfo.order + '期,需要您审批。';
|
|
|
+ const content = '【纵横计量支付】' + this.ctx.session.sessionProject.name + '-' + tenderName + '第' + stageInfo.order + '期,需要您审批。';
|
|
|
sms.send(smsUser.auth_mobile, content);
|
|
|
}
|
|
|
}
|
|
@@ -717,7 +717,7 @@ module.exports = app => {
|
|
|
const stageInfo = await this.ctx.service.stage.getDataById(audit.sid);
|
|
|
const sms = new SMS(this.ctx);
|
|
|
const tenderName = await sms.contentChange(tenderInfo.name);
|
|
|
- const content = '【纵横计量支付】' + this.ctx.sessionProject.name + '-' + tenderName + '第' + stageInfo.order + '期,需要您审批。';
|
|
|
+ const content = '【纵横计量支付】' + this.ctx.session.sessionProject.name + '-' + tenderName + '第' + stageInfo.order + '期,需要您审批。';
|
|
|
sms.send(smsUser.auth_mobile, content);
|
|
|
}
|
|
|
}
|