Commit 2ea1a0e5 by 宋毅

tj

parent 1bdd19b5
......@@ -190,7 +190,7 @@ class tmqueryCtl extends CtlBase {
}
return resultUser;
} catch (error) {
console.log(e.stack, "操作error...................");
console.log(error.stack, "操作error...................");
return system.getResultFail(-200, "操作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