Commit 7ac3ed87 by 王勇飞

gyq

parent b60ff376
......@@ -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