Commit f5d68718 by 王昆

gsb

parent a412177e
...@@ -182,7 +182,7 @@ class XbgApi extends apiBase { ...@@ -182,7 +182,7 @@ class XbgApi extends apiBase {
var params = qobj || {}; var params = qobj || {};
var config = this.userConfig[qobj.userId]; var config = this.userConfig[qobj.userId];
if (!config) { if (!config) {
return {}; return system.getResultSuccess({});
} }
qobj.busiIds = config.payCompanyIds; qobj.busiIds = config.payCompanyIds;
......
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