diff --git a/api/controllers/wxapp/liche/Bsrv.php b/api/controllers/wxapp/liche/Bsrv.php index c93f39c7..104ea206 100644 --- a/api/controllers/wxapp/liche/Bsrv.php +++ b/api/controllers/wxapp/liche/Bsrv.php @@ -49,8 +49,8 @@ class Bsrv extends Wxapp{ if(!$order){ throw new Exception('订单不存在', API_CODE_FAIL); } - $re_biz = $this->biz_model->get(['id' => $order['biz_id']]); - $city_id = $re_biz['city_id'] ? $re_biz['city_id'] : '350200'; +// $re_biz = $this->biz_model->get(['id' => $order['biz_id']]); + $city_id = '350200'; // $row = $this->srvcenter_model->get(['city_id'=>$city_id]); $rows = $this->biz_lists; $data = [