明树Git Lab

Commit 91856e96 authored by zfp1's avatar zfp1

update

parent d0178358
......@@ -5,7 +5,7 @@ const _ = require("lodash");
async function list(req, res, next) {
try {
let search = {del: 0};
let search = {};
// if(req.body.name) {
// search.name = {$regex: req.body.name}
// }
......
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