明树Git Lab

Commit 39ef5ff0 authored by zfp1's avatar zfp1

update

parent 6b666acb
Pipeline #111346 passed with stage
in 4 seconds
...@@ -364,7 +364,7 @@ async function startLixiang(req, res, next) { ...@@ -364,7 +364,7 @@ async function startLixiang(req, res, next) {
else { else {
// 项目公司所属单位员工发起,发送消息给项目单位部门长核准 // 项目公司所属单位员工发起,发送消息给项目单位部门长核准
let rett = await userModule.getCompanyProjectApprover(req.user.id); let rett = await userModule.getCompanyProjectApprover(req.user.id);
if (!(_.isEmpty(rett))) { if ((_.isEmpty(rett))) {
return res.sendError({ code: '60001', message: '项目已保存,请联系管理员为本公司添加【项目立项核准】角色人员' }); return res.sendError({ code: '60001', message: '项目已保存,请联系管理员为本公司添加【项目立项核准】角色人员' });
} }
let approvers = rett.users; let approvers = rett.users;
......
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