| xqd
@@ -43,6 +43,7 @@ class PhotosController extends Controller
|
|
|
$sys = AlbumManufacturerModel::where('store_id', $this->getStoreId())->first();
|
|
|
$create['store_id'] = $this->getStoreId();
|
|
|
$create['class'] = $sys->name ?? '未分类';
|
|
|
+ dd($create);
|
|
|
ClassModel::create($create);
|
|
|
}
|
|
|
$photos = null;
|