明树Git Lab

Commit d9589f12 authored by zfp1's avatar zfp1

update

parent 348901f2
Pipeline #108128 passed with stage
in 3 seconds
...@@ -617,7 +617,7 @@ async function approvalJuece(req, res, next) { ...@@ -617,7 +617,7 @@ async function approvalJuece(req, res, next) {
}); });
} else { } else {
//回到 已立项 //回到 已立项
await DB.Project.update({ projectLzType: "5" }, { where: { id: req.body.id } }); await DB.Project.update({ projectLzType: "7" }, { where: { id: req.body.id } });
await DB.FlowRecord.create({ await DB.FlowRecord.create({
userId: req.user.id, userId: req.user.id,
actionName: '决策审批未通过', actionName: '决策审批未通过',
......
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