From c80db0a1a9fb9852a2f6c5bdfb3abbaa9fe8f07d Mon Sep 17 00:00:00 2001 From: weizong song Date: Wed, 3 Dec 2025 10:52:17 +0800 Subject: [PATCH] up --- app/Http/Controllers/Admin/StatisticsController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Admin/StatisticsController.php b/app/Http/Controllers/Admin/StatisticsController.php index 3363608..2f4956b 100755 --- a/app/Http/Controllers/Admin/StatisticsController.php +++ b/app/Http/Controllers/Admin/StatisticsController.php @@ -167,6 +167,7 @@ class StatisticsController extends CommonController $start_timestamp = strtotime($month); $end_timestamp = strtotime("+1 month", strtotime($month)); + dump($start_timestamp,$end_timestamp); //根据项目获取相关数据 $prev_month_balance = Balance::whereRaw("UNIX_TIMESTAMP(`created_at`) < " . $start_timestamp)