瀏覽代碼

批量缩略主图功能

gorden 4 月之前
父節點
當前提交
1fefd37edd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/command/GoodsThumbCommand.php

+ 1 - 1
app/command/GoodsThumbCommand.php

@@ -34,7 +34,7 @@ class GoodsThumbCommand extends Command
      */
     protected function execute(InputInterface $input, OutputInterface $output): int
     {
-        $goods = Goods::select('goods_id','goods_cover')->limit(10)->get()->toArray();
+        $goods = Goods::select('goods_id','goods_cover')->get()->toArray();
 
         foreach ($goods as $good){
             if (!file_exists(public_path($good['goods_cover']))){