From 1e5797d96265c7e70762e007b2aa1d19a0981d0d Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Mon, 11 Apr 2022 09:41:27 +0800 Subject: [PATCH] edit-common-get_wxmch_id --- common/libraries/receiver/Orders_v2_entity.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/libraries/receiver/Orders_v2_entity.php b/common/libraries/receiver/Orders_v2_entity.php index c632be13..81805bfb 100644 --- a/common/libraries/receiver/Orders_v2_entity.php +++ b/common/libraries/receiver/Orders_v2_entity.php @@ -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