Commit 09b2b5fa by Sxy

fix: debug

parent e24811b1
......@@ -409,6 +409,8 @@ class UserService extends ServiceBase {
}
}
if (isGoExec) {
console.log("-------: debug")
console.log(spName);
let companyFind = await self.companyDao.model.findOne({
where: { name: spName }, include: [
{
......@@ -416,6 +418,8 @@ class UserService extends ServiceBase {
}
], excludes: ['orgJson'], transaction: t
});
console.log("-------: debug")
console.log(companyFind);
console.log("getBizUserForBizChance获取服务商信息:" + JSON.stringify(companyFind));
let users = companyFind.us
let cansels = users.filter(u => {
......@@ -575,7 +579,7 @@ class UserService extends ServiceBase {
}
module.exports = UserService;
// let userS=new UserService()
// userS.getBizUserForBizChance("13381139519",'好生日','工商注册').then(rtn=>{
// let userS = new UserService()
// userS.getBizUserForBizChance("13381139519", '好生日', '工商注册').then(rtn => {
// console.log(rtn)
// })
\ No newline at end of file
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