dos hace 1 mes
padre
commit
3ab1c891b5

+ 1 - 1
game-business/src/main/java/com/game/business/task/AppUserCountTask.java

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