明树Git Lab

Commit facc04a9 authored by zfp1's avatar zfp1

update

parent d41faef4
Pipeline #103966 passed with stage
in 2 seconds
...@@ -245,7 +245,6 @@ async function listUser(req, res, next) { ...@@ -245,7 +245,6 @@ async function listUser(req, res, next) {
if (req.body.mobile) { if (req.body.mobile) {
search.where.mobile = { [Op.like]: `%${req.body.name}%` } search.where.mobile = { [Op.like]: `%${req.body.name}%` }
} }
search.where = where
search.limit = limit; search.limit = limit;
search.offset = offset; search.offset = offset;
search.include = [ search.include = [
......
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