edit-api-bsrv
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user