明树Git Lab

Commit 54f09a07 authored by zfp1's avatar zfp1

update

parent 8ea31534
......@@ -13,6 +13,9 @@ async function list(req, res, next) {
if(req.body.read != undefined) {
search.read = req.body.read;
}
if(req.body.type) {
search.type = req.body.type;
}
let page = req.body.page || 1;
let pageSize = req.body.pageSize || 10;
let skip = (page - 1) * pageSize;
......
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