作者 郭文星

123

@@ -955,7 +955,7 @@ class Car extends Base @@ -955,7 +955,7 @@ class Car extends Base
955 ->where("carmodel_id", $carmodel_id) 955 ->where("carmodel_id", $carmodel_id)
956 ->find(); 956 ->find();
957 if(!$chartercar){ 957 if(!$chartercar){
958 - $this->error("111111111111111当前车型暂无包车"); 958 + $this->error("当前车型暂无包车");
959 } 959 }
960 $price = 0; 960 $price = 0;
961 $price = bcmul($charter_num, $chartercar['price'], 2); 961 $price = bcmul($charter_num, $chartercar['price'], 2);