This commit is contained in:
weiz 2024-01-23 18:38:13 +08:00
parent c05c691fa2
commit c1c9eb3d80

View File

@ -33,7 +33,7 @@ class ProjectLaborContract extends BaseModel
public function getAnnexAttr($value)
{
return json_decode($value,true);
return !empty($value) ? json_decode($value,true) : '';
}
public function getSigningDateAttr($value): string