|
|
@@ -19,7 +19,7 @@ class SportsfootController extends Controller {
|
|
|
$match_id = $req->match_id;
|
|
|
$type = $req->type;
|
|
|
$token = session('adminInfo.token');
|
|
|
- $notice = \App\Models\comendnotice::where('match_id', $match_id)->first();
|
|
|
+ $notice = \App\Models\Comendnotice::where('match_id', $match_id)->first();
|
|
|
$noticeid = $notice['id'];
|
|
|
//查询赛事单式是否有订单
|
|
|
$newapp = new \App\Models\MoneyBuyMatch();
|