Commit 7ac3ed87 by 王勇飞

gyq

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