From e522265c8ff5eeae287c159f1503c90820e64aba Mon Sep 17 00:00:00 2001 From: weizong song Date: Tue, 1 Aug 2023 11:39:25 +0800 Subject: [PATCH] up --- resources/views/admin/statistics/customer-balance.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/admin/statistics/customer-balance.blade.php b/resources/views/admin/statistics/customer-balance.blade.php index 4ebb65c..f29da80 100755 --- a/resources/views/admin/statistics/customer-balance.blade.php +++ b/resources/views/admin/statistics/customer-balance.blade.php @@ -59,7 +59,7 @@ {{ $loop->iteration }} {{ $item->mobile }} {{ $item->patients->count() ? $item->patients->last()->name : "无" }} - {{ date("Y-m-d H:i:s",$before_datetime) }} + {{ date("Y-m-d",$before_datetime) }} {{ $item->balance }} @endforeach