正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -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("当前车型暂无包车1"); | 958 | + $this->error("111111111111111当前车型暂无包车"); |
| 959 | } | 959 | } |
| 960 | $price = 0; | 960 | $price = 0; |
| 961 | $price = bcmul($charter_num, $chartercar['price'], 2); | 961 | $price = bcmul($charter_num, $chartercar['price'], 2); |
| @@ -1058,7 +1058,7 @@ class Car extends Base | @@ -1058,7 +1058,7 @@ class Car extends Base | ||
| 1058 | ->where("carmodel_id", $carmodel_id) | 1058 | ->where("carmodel_id", $carmodel_id) |
| 1059 | ->find(); | 1059 | ->find(); |
| 1060 | if(!$chartercar){ | 1060 | if(!$chartercar){ |
| 1061 | - $this->error("当前车型暂无包车2"); | 1061 | + $this->error("当前车型暂无包车"); |
| 1062 | } | 1062 | } |
| 1063 | $price = 0; | 1063 | $price = 0; |
| 1064 | $price = bcmul($charter_num, $chartercar['price'], 2); | 1064 | $price = bcmul($charter_num, $chartercar['price'], 2); |
-
请 注册 或 登录 后发表评论