作者 郭文星

123

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