소스 검색

后台测试

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