[FIX] 修正公共事業費清單日期顯示少一天的問題
This commit is contained in:
@@ -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',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user