This commit is contained in:
weiz 2024-03-12 17:58:56 +08:00
parent f842d2f38f
commit 0a6afaee68

View File

@ -67,7 +67,7 @@ class ProjectProgressPaymentLists extends BaseAdminDataLists implements ListsSea
})
->select()
->each(function($item){
$item['annex'] = json_decode($item['annex'], true);
// $item['annex'] = !empty($item['annex']) ? json_decode($item['annex'], true) : '';
})
->toArray();
}