明树Git Lab

Commit ea7ee014 authored by zfp1's avatar zfp1

update

parent 0fb101f0
Pipeline #104039 passed with stage
in 7 seconds
...@@ -682,7 +682,8 @@ async function getOwnProjects(req, res, next) { ...@@ -682,7 +682,8 @@ async function getOwnProjects(req, res, next) {
cArr.push({ projectName: { [Op.like]: `%${req.body.projectName}%` } }); cArr.push({ projectName: { [Op.like]: `%${req.body.projectName}%` } });
} }
search.where = { search.where = {
[Op.or]: cArr [Op.or]: cArr,
del: 0,
}; };
search.limit = limit; search.limit = limit;
......
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