shish 5 лет назад
Родитель
Сommit
5c19a47ee2
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      console/controllers/ProductController.php

+ 0 - 1
console/controllers/ProductController.php

@@ -64,7 +64,6 @@ class ProductController extends Controller
                 $p->weight = $weight;
                 $p->save();
                 echo "productId {$p->id} 加价改成了:{$addPrice} 重量改成了:{$weight} \n";
-                exit();
             }
         }
     }