Commit 78e47590 by 王勇飞

add log

parent a0244234
......@@ -416,7 +416,7 @@ class UserService extends ServiceBase {
}
], excludes: ['orgJson'], transaction: t
});
console.log("getBizUserForBizChance获取服务商信息:" + JSON.stringify(companyFind))
console.log("getBizUserForBizChance获取服务商信息:" + JSON.stringify(companyFind));
let users = companyFind.us
let cansels = users.filter(u => {
if (regionName && regionName != "" && u.regiontags) {
......@@ -520,6 +520,7 @@ class UserService extends ServiceBase {
}
], excludes: ['orgJson'], transaction: t
});
console.log("getBizUserForDelivery获取服务商信息:" + JSON.stringify(companyFind));
let users = companyFind.us
let cansels = users.filter(u => {
if (regionName && regionName != "" && u.regiontags) {
......
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