fixed bug
This commit is contained in:
@@ -71,7 +71,7 @@ require_once APPPATH.'controllers/wxapp/Wxapp.php';
|
||||
<div>{$fill_info['sa']}</div>";
|
||||
}
|
||||
$show_car_pro = false;
|
||||
if($this->order_row['brand_id'] == 1) { //除了东风,其他品牌都不用生成 购车协议
|
||||
if($row['brand_id'] == 1) { //除了东风,其他品牌都不用生成 购车协议
|
||||
// $this->load->model("biz/biz_model");
|
||||
// $biz = $this->biz_model->get(['id'=>$this->$row['biz_id']],'city_id');
|
||||
$show_car_pro = true;
|
||||
|
||||
Reference in New Issue
Block a user