明树Git Lab

Commit ac87d65c authored by zfp1's avatar zfp1

update

parent 88078384
......@@ -68,7 +68,7 @@ async function deleteMany(req, res, next) {
try {
let _ids = req.body._ids;
if(_.isArray(_ids) && _ids.length > 0) {
let ret = await DB.RawMatReqList.updateMany({ _id: {$in: _ids} }, { del: 1 });
let ret = await DB.PackMatInList.updateMany({ _id: {$in: _ids} }, { del: 1 });
res.sendData(ret);
} else {
......
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