From 654b9864079b2a734535904ba4b9c4de32e6bd39 Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Sat, 2 Apr 2022 14:55:01 +0800 Subject: [PATCH] edit-common-biz_mch_id --- common/libraries/receiver/Orders_v2_entity.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/libraries/receiver/Orders_v2_entity.php b/common/libraries/receiver/Orders_v2_entity.php index 219116d2..9c9885b7 100644 --- a/common/libraries/receiver/Orders_v2_entity.php +++ b/common/libraries/receiver/Orders_v2_entity.php @@ -133,6 +133,10 @@ class Orders_v2_entity{ if(!$srv_company){ //获取固定id服务公司 $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); + } $data = [ 'company' => $company, 'srv_company' => $srv_company