|
@@ -695,7 +695,7 @@ public class AppUserCountTask {
|
|
updateUser.setUserid(uid);
|
|
updateUser.setUserid(uid);
|
|
updateUser.setWithdrawAble(withdrawAble);
|
|
updateUser.setWithdrawAble(withdrawAble);
|
|
appUserService.updateAppUser(updateUser);
|
|
appUserService.updateAppUser(updateUser);
|
|
- log.info("用户{},可提现额度{}",userId,withdrawAble);
|
|
|
|
|
|
+ log.info("用户{},可提现额度{}",uid,withdrawAble);
|
|
//清除用户缓存
|
|
//清除用户缓存
|
|
redisCache.deleteObject("U:UserInfo:".concat(String.valueOf(uid)));
|
|
redisCache.deleteObject("U:UserInfo:".concat(String.valueOf(uid)));
|
|
}
|
|
}
|