|
@@ -261,7 +261,7 @@ class ContainerController extends Controller
|
|
|
$containerCount = $librarys->sum('container_count');
|
|
|
|
|
|
$MyLibrarys=Library::query()->allowed()->orderBy('updated_at', 'desc')->get(['id', 'name', 'type','created_at', 'updated_at']);
|
|
|
- $MyContainers = Container::query()->allowed()->orderBy('updated_at', 'desc')->get( ['id', 'name', 'created_at', 'updated_at']);
|
|
|
+ $MyContainers = Container::query()->allowed()->orderBy('updated_at', 'desc')->get( ['id', 'name','library_id', 'created_at', 'updated_at']);
|
|
|
|
|
|
return $this->success([
|
|
|
'data' =>[
|