Jelajahi Sumber

异常处理

彭俊 6 tahun lalu
induk
melakukan
8410b60ed2
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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();