update
This commit is contained in:
parent
f842d2f38f
commit
0a6afaee68
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user