From 2d2aaf3372ecc2a220f84a74cfac0ebaf11184a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Wed, 7 Jan 2026 17:25:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E9=92=B1=E5=8C=85=E6=93=8D=E4=BD=9C=E6=96=B9=E6=B3=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E3=80=82---=E5=90=8E=E5=8F=B0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/model/UserWallet.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/common/model/UserWallet.php b/application/common/model/UserWallet.php index 108781dc..599b2902 100644 --- a/application/common/model/UserWallet.php +++ b/application/common/model/UserWallet.php @@ -323,6 +323,7 @@ class UserWallet extends Model } else { $table_name_log = 'user_earnings_log'; } + $where = []; if ($seach['stime']) { $where['createtime'] = ['>=', strtotime($seach['stime'])]; }