明树Git Lab

Commit 4e0e5429 authored by zfp1's avatar zfp1

update

parent b5592641
Pipeline #108282 passed with stage
in 3 seconds
......@@ -312,8 +312,8 @@ async function startLixiang(req, res, next) {
creator: req.user.id,
receivers: approvers.map(o => o.id),
type: 2,
title: `项目【${req.body.name}】已发起立项,请尽快处理!`,
content: `项目【${req.body.name}】已发起立项,请尽快处理!`
title: `项目【${req.body.projectName}】已发起立项,请尽快处理!`,
content: `项目【${req.body.projectName}】已发起立项,请尽快处理!`
});
return res.sendData(ret);
......@@ -575,8 +575,8 @@ async function startJuece(req, res, next) {
creator: req.user.id,
receivers: approvers.map(o => o.id),
type: 2,
title: `项目【${req.body.name}】已发起项目决策,请尽快处理!`,
content: `项目【${req.body.name}】已发起项目决策,请尽快处理!`
title: `项目【${req.body.projectName}】已发起项目决策,请尽快处理!`,
content: `项目【${req.body.projectName}】已发起项目决策,请尽快处理!`
});
return res.sendData(ret);
......@@ -1236,8 +1236,8 @@ async function startZaiJuece(req, res, next) {
creator: req.user.id,
receivers: approvers.map(o => o.id),
type: 2,
title: `项目【${req.body.name}】已发起项目再决策,请尽快处理!`,
content: `项目【${req.body.name}】已发起项目再决策,请尽快处理!`
title: `项目【${req.body.projectName}】已发起项目再决策,请尽快处理!`,
content: `项目【${req.body.projectName}】已发起项目再决策,请尽快处理!`
});
return res.sendData(ret);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment