edit-common-get_wxmch_id
This commit is contained in:
@@ -134,9 +134,9 @@ class Orders_v2_entity{
|
||||
$srv_company = $this->ci->sys_company_model->get(['id'=>4],$filed);
|
||||
}
|
||||
//特殊需求临死写死
|
||||
if($biz['id']!=20 && $biz['city_id']==350200){ //厦门狸车销售公司
|
||||
$company = $this->ci->sys_company_model->get(['id'=>1],$filed);
|
||||
}
|
||||
//if($biz['id']!=20 && $biz['city_id']==350200){ //厦门狸车销售公司
|
||||
// $company = $this->ci->sys_company_model->get(['id'=>1],$filed);
|
||||
//}
|
||||
$data = [
|
||||
'company' => $company,
|
||||
'srv_company' => $srv_company
|
||||
|
||||
Reference in New Issue
Block a user