Jonlin %!s(int64=6) %!d(string=hai) anos
pai
achega
6c94c26437
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/Admin/SoccerNoteListController.php

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

@@ -179,7 +179,7 @@ class SoccerNoteListController extends Controller
         $match_id = $order->match_id;
         $game_code = $order->game_code;
         $bet_type = 1;//单式注单
-        //return $match_id;
+        return array($match_id,$order_id);
         //判断输赢
         $settlementWinFail = new SettlementWinFail();
         $res = $settlementWinFail->ProcWinInfoByOneOrder($match_id, $order_id, $bet_type);