明树Git Lab

Commit fd79bab8 authored by zfp1's avatar zfp1

update

parent 4be5e24d
Pipeline #109162 passed with stage
in 3 seconds
......@@ -1054,7 +1054,7 @@ async function listProject(req, res, next) {
search.where.glzt = { [Op.like]: `%${req.body.glzt}%` };
}
if(req.body.zsqy) {
search.where.sqr = { [Op.like]: `%${req.body.zsqy}%` };
search.where.zsqy = { [Op.like]: `%${req.body.zsqy}%` };
}
if(req.body.xmjd) {
search.where.xmjd =req.body.xmjd;
......
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