edit-api-bsrv

This commit is contained in:
lccsw
2022-09-20 10:43:02 +08:00
parent 7e2756ca5d
commit 99b4cdee91
+2 -2
View File
@@ -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 = [