明树Git Lab

Commit 2d08f642 authored by zfp1's avatar zfp1

update

parent ce067829
...@@ -392,6 +392,7 @@ async function inMat(req, res, next) { ...@@ -392,6 +392,7 @@ async function inMat(req, res, next) {
} }
} }
} }
res.sendData({})
} catch (error) { } catch (error) {
next(error); next(error);
} }
...@@ -448,6 +449,7 @@ async function outMat(req, res, next) { ...@@ -448,6 +449,7 @@ async function outMat(req, res, next) {
} }
} }
} }
res.sendData({})
} catch (error) { } catch (error) {
next(error); next(error);
} }
......
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