From ba50905626b26ff4ae43cd0132224ff3eae5c232 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 5 Mar 2026 11:58:32 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=20=E4=BF=AE=E6=AD=A3=E5=85=AC=E5=85=B1?= =?UTF-8?q?=E4=BA=8B=E6=A5=AD=E8=B2=BB=E6=B8=85=E5=96=AE=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E9=A1=AF=E7=A4=BA=E5=B0=91=E4=B8=80=E5=A4=A9=E7=9A=84=E5=95=8F?= =?UTF-8?q?=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Modules/Finance/Models/UtilityFee.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Modules/Finance/Models/UtilityFee.php b/app/Modules/Finance/Models/UtilityFee.php index cecc88f..2c0c313 100644 --- a/app/Modules/Finance/Models/UtilityFee.php +++ b/app/Modules/Finance/Models/UtilityFee.php @@ -19,7 +19,7 @@ class UtilityFee extends Model ]; protected $casts = [ - 'transaction_date' => 'date', + 'transaction_date' => 'date:Y-m-d', 'amount' => 'decimal:2', ];