明树Git Lab

Commit 7f218174 authored by zfp1's avatar zfp1

update

parent 23df095d
Pipeline #104311 passed with stage
in 3 seconds
......@@ -818,7 +818,12 @@ async function getProjectInfo(req, res, next) {
order: [['createdAt', 'DESC']],
where: { projectId: req.body.id },
});
if(!(ret && ret.id)) {
return res.sendError(errorMessage.resourceNotFound);
}
ret = ret.toJSON();
let obj = {};
console.log("----", ret.projectLzType)
if (lixiang && lixiang.id) {
obj.lixiang = lixiang.lixiang; //快照
//当项目状态 进入决策信息填报时候
......
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