| xqd
@@ -120,6 +120,7 @@ class UserFolderController extends Controller
|
|
|
if(empty($params['product_ids'])){
|
|
|
return $this->error("文件ID");
|
|
|
}
|
|
|
+ $params['product_ids'] = explode(',',$params['product_ids']);
|
|
|
DB::beginTransaction();
|
|
|
try {
|
|
|
$product = Product::query()->whereIn('id',$params['product_ids'])->select("id","image")->get();
|