From c8f1aab0f4a18922f1c7b0e3d4c294cb27c2550b Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Wed, 9 Aug 2023 11:26:50 +0800 Subject: [PATCH] aa --- app/common/model/logistics/Logistics.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/model/logistics/Logistics.php b/app/common/model/logistics/Logistics.php index 936ff87e..19d98d6f 100755 --- a/app/common/model/logistics/Logistics.php +++ b/app/common/model/logistics/Logistics.php @@ -43,6 +43,7 @@ class Logistics extends BaseModel public function getQhTimeAttr($value): string { return !empty($value) ? date('Y-m-d H:i:s',$value) : $value; + } public function getShTimeAttr($value): string {