明树Git Lab

Commit d0178358 authored by zfp1's avatar zfp1

update

parent 0752830c
......@@ -27,7 +27,7 @@ async function list(req, res, next) {
}
}
if(req.body.deviceNumber) {
search.deviceNumber = deviceNumber;
search.deviceNumber = req.body.deviceNumber;
}
let page = req.body.page || 1;
......
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