Authored by QC-L

添加遗漏的 next

... ... @@ -356,7 +356,7 @@ function loadOrder(req, res, next) {
return res.json(result);
});
}).catch(next);
}
module.exports = {
... ...