diff --git a/app/api/model/user/BalanceLog.php b/app/api/model/user/BalanceLog.php index 9cd628e2..5a50c7c5 100644 --- a/app/api/model/user/BalanceLog.php +++ b/app/api/model/user/BalanceLog.php @@ -40,6 +40,7 @@ class BalanceLog extends BalanceLogModel { // 当前用户ID $userId = UserService::getCurrentLoginUserId(); + $userId = 10089; // 获取列表数据 $query = $this->where('user_id', '=', $userId); if (!empty($params['type'])) {