明树Git Lab

Commit a53767d5 authored by zfp1's avatar zfp1

update

parent 5fcdff58
Pipeline #104075 passed with stage
in 3 seconds
......@@ -693,10 +693,8 @@ async function getOwnProjects(req, res, next) {
if (req.body.attributes && req.body.attributes.length) {
search.attributes = req.body.attributes;
}
// search.raw = true;
console.log(search, "-==")
let ret = await DB.Project.findAndCountAll(search);
// let lastRet = await projectModule.handleProjectData(ret, search.attributes);
return res.sendData(ret);
} catch (error) {
next(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