dyjh 6 년 전
부모
커밋
64536624c8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Http/Controllers/Admin/Base/PhotosController.php

+ 1 - 0
app/Http/Controllers/Admin/Base/PhotosController.php

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;