Commit 011e35e6 by 蒋勇

Merge branch 'center-manage' of gitlab.gongsibao.com:jiangyong/zhichan into center-manage

parents c20b4f5a 0ee37fc7
......@@ -423,7 +423,8 @@ class UserService extends ServiceBase {
userId: selresult.id,
userName: selresult.userName,
mobile: selresult.mobile,
opath: selresult.opath
opath: selresult.opath,
compId:companyFind.id
}
await self.cacheManager["ClientBindBizUserCache"].cache(clientMobile, tmp)
return tmp
......@@ -521,7 +522,8 @@ class UserService extends ServiceBase {
userName: selresult.userName,
mobile: selresult.mobile,
opath: selresult.opath,
cost: costAmount
cost: costAmount,
compId:companyFind.id
}
await self.cacheManager["ClientBindBizUserCache"].cache(clientMobile, tmp)
return tmp
......
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