edit-common-finish_pdf
This commit is contained in:
@@ -345,7 +345,7 @@ class Order_datas_entity{
|
||||
if(!$order){
|
||||
return ['code'=>0,'msg'=>'参数错误'];
|
||||
}
|
||||
$biz = $this->ci->biz_model->get(['id'=>$this->order_row['biz_id']],'city_id');
|
||||
$biz = $this->ci->biz_model->get(['id'=>$order['biz_id']],'city_id');
|
||||
$wd = $this->wd_config[$biz['city_id']] ? $this->wd_config[$biz['city_id']] : $this->wd_config['350200'];
|
||||
//车辆信息
|
||||
$brand = $this->ci->auto_brand_model->get(['id'=>$order['brand_id']],'name');
|
||||
|
||||
Reference in New Issue
Block a user