Commit 0a972d97 by Sxy

fix: 写log

parent f667829e
......@@ -14,7 +14,7 @@ class LogClient {
rtninfo.requestId = this.getUUID()
req.params.param = pobj
//第三个字段应该存公司id
system.execLogs(settings.appname + "_" + req.xctx.codetitle, req.params, "_" + (pobj.company_id || 'ic-deliver') + "_", rtninfo, errinfo).then(res => {
system.execLogs(settings.appname + "_" + req.xctx.codetitle, req.params, "_" + "ic-deliver" + (pobj.company_id || '') + "_", rtninfo, errinfo).then(res => {
if (res && res.status == 1) {
console.log("log.....success")
} 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