소스 검색

异常处理

彭俊 6 년 전
부모
커밋
8410b60ed2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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();