|
@@ -538,9 +538,6 @@ module.exports = app => {
|
|
|
change_update.p_code = postData.p_code;
|
|
|
change_update.sin_time = Date.parse(new Date()) / 1000;
|
|
|
|
|
|
- // 添加到消息推送表
|
|
|
- const noticeContent = await this.getNoticeContent(pid, changeData.tid, changeData.cid);
|
|
|
- await this.transaction.insert('zh_notice', { pid, type: pushType.change, uid: changeData.uid, status: audit.flow.status.checked, is_read: 0, content: noticeContent });
|
|
|
// 添加短信通知-审批通过提醒功能
|
|
|
// const mobile_array = [];
|
|
|
const auditList = await this.ctx.service.changeAudit.getListGroupByTimes(changeData.cid, changeData.times);
|