shish 5 年 前
コミット
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();
             }
         }
     }