Commit a780b11f by 王悦

Merge remote-tracking branch 'origin/center-manage' into center-manage

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