Commit 2b0c39ba by 蒋勇

d

parent be03f83b
...@@ -620,7 +620,8 @@ class DeliverybillCtl extends CtlBase { ...@@ -620,7 +620,8 @@ class DeliverybillCtl extends CtlBase {
} }
catch (error) { catch (error) {
return system.getResultError(error); const stackStr = error.stack ? error.stack : JSON.stringify(error);
return system.getResultError(stackStr);
} }
} }
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