|
|
|
@@ -324,7 +324,7 @@ public class WxCUserServiceImpl implements WxCUserService { |
|
|
|
|
|
|
|
@Override |
|
|
|
public void delForUserIdOnly(Long id, Long userId, String tenantId) { |
|
|
|
List<String> tokenList = wxCUserMapper.findTokenList(userId, tenantId); |
|
|
|
List<String> tokenList = wxCUserMapper.findTokenList(id,userId, tenantId); |
|
|
|
if(tokenList != null){ |
|
|
|
for (String token:tokenList) { |
|
|
|
cUserTokenService.removeTokenCache(token); |
|
|
|
|