明树Git Lab

Commit ced909b2 authored by zfp1's avatar zfp1

1

parent 4b2ed66e
Pipeline #106024 passed with stage
in 3 seconds
......@@ -105,6 +105,9 @@ async function listResource(req, res, next) {
del: 0,
}
}
if(req.body.type) {
search.where.type = req.body.type;
}
search.limit = limit;
search.offset = offset;
//指定显示字段,空数组会报错
......
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