明树Git Lab

Commit add64d90 authored by zfp1's avatar zfp1

update

parent a53767d5
Pipeline #104076 passed with stage
in 3 seconds
......@@ -693,7 +693,7 @@ async function getOwnProjects(req, res, next) {
if (req.body.attributes && req.body.attributes.length) {
search.attributes = req.body.attributes;
}
console.log(search, "-==")
console.log(JSON.stringify(search), "-==")
let ret = await DB.Project.findAndCountAll(search);
return res.sendData(ret);
} 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