Commit 85847480 by Sxy

fix: bug

parent 0585decc
...@@ -464,7 +464,7 @@ class UserService extends ServiceBase { ...@@ -464,7 +464,7 @@ class UserService extends ServiceBase {
await self.cacheManager["ClientBindBizUserCache"].cache(clientMobile, tmp) await self.cacheManager["ClientBindBizUserCache"].cache(clientMobile, tmp)
return { userInfo: tmp, comInfo: { compId: tmp.compId } }; return { userInfo: tmp, comInfo: { compId: tmp.compId } };
} else { } else {
return { userInfo: null, comInfo: { compId: tmp.compId } }; return { userInfo: null, comInfo: { compId: companyFind.id } };
} }
} else { } else {
......
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