Commit c7799455 by 王勇飞

add log

parent 78e47590
...@@ -438,6 +438,7 @@ class UserService extends ServiceBase { ...@@ -438,6 +438,7 @@ class UserService extends ServiceBase {
} }
}) })
console.log("getBizUserForBizChance可以接单的业务员:" + JSON.stringify(cansels) + "服务商id:" + companyFind.id);
let lngth = cansels.length let lngth = cansels.length
if (lngth > 0) { if (lngth > 0) {
let randindex = Math.floor(Math.random() * lngth) let randindex = Math.floor(Math.random() * lngth)
...@@ -541,6 +542,7 @@ class UserService extends ServiceBase { ...@@ -541,6 +542,7 @@ class UserService extends ServiceBase {
} }
} }
}) })
console.log("getBizUserForDelivery可以接单的交付员:" + JSON.stringify(cansels) + "服务商id:" + companyFind.id);
let lngth = cansels.length let lngth = cansels.length
if (lngth > 0) { if (lngth > 0) {
let randindex = Math.floor(Math.random() * lngth) let randindex = Math.floor(Math.random() * lngth)
......
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