[FIX] 修正公共事業費清單日期顯示少一天的問題

This commit is contained in:
2026-03-05 11:58:32 +08:00
parent f4ed358393
commit ba50905626

View File

@@ -19,7 +19,7 @@ class UtilityFee extends Model
]; ];
protected $casts = [ protected $casts = [
'transaction_date' => 'date', 'transaction_date' => 'date:Y-m-d',
'amount' => 'decimal:2', 'amount' => 'decimal:2',
]; ];