Commit 9db85359 by Sxy

log

parent 057a53ed
...@@ -293,6 +293,7 @@ class DeliverybillCtl extends CtlBase { ...@@ -293,6 +293,7 @@ class DeliverybillCtl extends CtlBase {
} }
return system.getResult(rarr); return system.getResult(rarr);
} catch (error) { } catch (error) {
console.log(error);
return system.getResultError(error); return system.getResultError(error);
} }
} else { } 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