明树Git Lab

Commit cf69c69e authored by zfp1's avatar zfp1

1

parent 6e9d6834
Pipeline #111931 passed with stage
in 3 seconds
...@@ -1620,7 +1620,7 @@ async function getCompanyProjectApprover(req, res, next) { ...@@ -1620,7 +1620,7 @@ async function getCompanyProjectApprover(req, res, next) {
async function updateSnap(req, res, next) { async function updateSnap(req, res, next) {
try { try {
let {lixiang, juece} = req.body; let {lixiang, juece, zaijuece} = req.body;
if(lixiang && lixiang.id) { if(lixiang && lixiang.id) {
await ProjectLixiang.update({lixiang}, {where: {projectId: lixiang.id}}); await ProjectLixiang.update({lixiang}, {where: {projectId: lixiang.id}});
} }
......
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