Browse Source

异常处理

彭俊 6 năm trước cách đây
mục cha
commit
8410b60ed2
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Application/Api/Controller/Betorder.php

+ 2 - 2
Application/Api/Controller/Betorder.php

@@ -528,7 +528,7 @@ class Betorder extends BaseController{
             $models = $this->commonFunction->getModels($v['ballId']);
             $model_match = $models['model_match'];
             $info = lm($model_match,'Sports')
-                ->select('match_date','match_time')
+                ->select('match_date','match_time','match_identity')
                 ->where('id',$v['match_id'])
                 ->first();
 
@@ -1094,7 +1094,7 @@ class Betorder extends BaseController{
                 $models = $this->commonFunction->getModels($vv['ballId']);
                 $model_match = $models['model_match'];
                 $info = lm($model_match,'Sports')
-                    ->select('match_date','match_time')
+                    ->select('match_date','match_time','match_identity')
                     ->where('id',$vv['match_id'])
                     ->first();