|
|
@@ -42,7 +42,7 @@ class WinfailLogic
|
|
|
//r按赛事 全部重计算输赢时,要清除手动设置的结果
|
|
|
public function Reset_manualData($game_code, $match_id)
|
|
|
{
|
|
|
- DB::table('money_buy_simple')->where(['match_id' => $match_id, 'game_code' => $game_code])->update(['is_manual' => 0]);
|
|
|
+ DB::table('money_buy_simplex')->where(['match_id' => $match_id, 'game_code' => $game_code])->update(['is_manual' => 0]);
|
|
|
}
|
|
|
|
|
|
//得到比赛最终结果记录
|