fix: Pro 路单查询补查 luck_six/dragon_seven/panda_eight
PC/Game 前端路单走的是 Pro 的 deal/waybill API,不是 Socket 的
This commit is contained in:
@@ -245,7 +245,7 @@ class Index Extends Common{
|
||||
|
||||
// 验证靴ID
|
||||
if($boot_id > 0){
|
||||
$ns = Db::name($numberTabTable)->where(array('game_id' => $game_id, 'boot_id' => $boot_id, 'bet_status' => 3))->field('result,pair')->order('start_time ASC,id ASC')->select();
|
||||
$ns = Db::name($numberTabTable)->where(array('game_id' => $game_id, 'boot_id' => $boot_id, 'bet_status' => 3))->field('result,pair,luck_six,dragon_seven,panda_eight')->order('start_time ASC,id ASC')->select();
|
||||
if($forecast == 1){
|
||||
// 庄问路
|
||||
$ns[] = array('result'=>1,'pair'=>0);
|
||||
|
||||
Reference in New Issue
Block a user