明树Git Lab

Commit 5fcdff58 authored by zfp1's avatar zfp1

update

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