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