明树Git Lab

Commit 40b98408 authored by zfp1's avatar zfp1

update

parent 1f771cdc
Pipeline #108877 passed with stage
in 11 seconds
......@@ -1268,12 +1268,14 @@ async function approvalZaiJuece(req, res, next) {
} else {
//TODO:不确定
// //回到 已立项
// await DB.Project.update({ projectLzType: 5 }, { where: { id: req.body.id } });
// await DB.FlowRecord.create({
// userId: req.user.id,
// actionName: '再决策审批未通过',
// projectId: project.id,
// });
await DB.Project.update({ projectLzType: 9 }, { where: { id: req.body.id } });
await DB.FlowRecord.create({
userId: req.user.id,
actionName: '再决策审批未通过',
projectId: project.id,
projectName: proInfo.projectName,
projectCode: proInfo.projectCode,
});
}
return res.sendData(proInfo);
} catch (error) {
......
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