From 6c37411747006f716ca70a6a82685d5705c4792e Mon Sep 17 00:00:00 2001 From: weigang Date: Sat, 12 Sep 2020 19:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Model/v3/StoreWithdrawal.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Model/v3/StoreWithdrawal.php b/app/Model/v3/StoreWithdrawal.php index edd350a..f063b7b 100644 --- a/app/Model/v3/StoreWithdrawal.php +++ b/app/Model/v3/StoreWithdrawal.php @@ -7,9 +7,7 @@ use App\Constants\v3\Withdrawal; class StoreWithdrawal extends Model { protected $table = 'lanzu_store_withdrawal'; - - protected $dateFormat = 'Y-m-d h:i:s'; - + protected $appends = [ 'state_text', 'check_time_text'