This commit is contained in:
weiz 2024-01-24 17:52:31 +08:00
parent f7b6abf916
commit d48a17991d

View File

@ -34,4 +34,8 @@ class SafetyModify extends BaseModel
{
return !empty($value) ? date('Y-m-d',$value) : '';
}
public function getFileAttr($value){
return !empty($value) ? json_decode($value,true) : '';
}
}