From 035d551e6cdb1d9f51c020cc23367d397bbbde9d Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Mon, 4 Mar 2024 09:39:30 +0800 Subject: [PATCH] update --- app/common/model/supervision_work/SupervisionProblem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/model/supervision_work/SupervisionProblem.php b/app/common/model/supervision_work/SupervisionProblem.php index 0f2715738..6c4bb8829 100644 --- a/app/common/model/supervision_work/SupervisionProblem.php +++ b/app/common/model/supervision_work/SupervisionProblem.php @@ -60,7 +60,7 @@ class SupervisionProblem extends BaseModel return !empty($data['rectification_time']) ? date('Y-m-d H:i:s',$data['rectification_time']) : ''; } - public function getRectificationAnnexAttr($value,$data): string + public function getRectificationAnnexAttr($value,$data) { return !empty($data['rectification_annex']) ? json_decode($data['rectification_annex'],true) : ''; }