Browse Source

后台测试

彭俊 6 năm trước cách đây
mục cha
commit
51a3ac15c7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Controllers/Admin/SportsfootController.php

+ 1 - 1
app/Http/Controllers/Admin/SportsfootController.php

@@ -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();