From fea54f5e81963e5651c2cb2083079d186c161c92 Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Sun, 12 May 2024 23:43:01 +0800 Subject: [PATCH] 1 --- app/api/model/user/BalanceLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/model/user/BalanceLog.php b/app/api/model/user/BalanceLog.php index 5a50c7c5..45441fed 100644 --- a/app/api/model/user/BalanceLog.php +++ b/app/api/model/user/BalanceLog.php @@ -40,7 +40,7 @@ class BalanceLog extends BalanceLogModel { // 当前用户ID $userId = UserService::getCurrentLoginUserId(); - $userId = 10089; +// $userId = 10089; // 获取列表数据 $query = $this->where('user_id', '=', $userId); if (!empty($params['type'])) {