Commit 1e7fa95a by 王勇飞

gyq

parent 4d0ebbf7
...@@ -174,11 +174,12 @@ class DeliverybillCtl extends CtlBase { ...@@ -174,11 +174,12 @@ class DeliverybillCtl extends CtlBase {
} }
})); }));
} catch (err) { } catch (err) {
console.log("delivergCtr:getChannelCompany:err-------------------------------------------"+err);
return system.getResult(null, err.message) return system.getResult(null, err.message)
} }
} }
// 创建融易算服务实例 // 创建融易算服务实例"
async insertInfo(mobj, qobj, req) { async insertInfo(mobj, qobj, req) {
console.log('mobj--------------------------------', mobj); console.log('mobj--------------------------------', mobj);
try { try {
......
...@@ -85,6 +85,7 @@ const getChannelCompany = async (id) => { ...@@ -85,6 +85,7 @@ const getChannelCompany = async (id) => {
throw new Error("查不到租户信息"); throw new Error("查不到租户信息");
} }
} }
console.log("getChannelCompany:companyData------------------------------------------"+ companyData);
return companyData; return companyData;
} }
......
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