diff --git a/app/handle/controller/Index.php b/app/handle/controller/Index.php index fa6b74b..369ffe5 100644 --- a/app/handle/controller/Index.php +++ b/app/handle/controller/Index.php @@ -157,7 +157,7 @@ class Index extends Common{ $forecast = intval(Request::instance()->post('forecast')); // 验证靴ID if($bootId > 0){ - $ns = NumberTab::getByBootIdDone($bootId,'result,pair'); + $ns = NumberTab::getByBootIdDone($bootId,'result,pair,luck_six,dragon_seven,panda_eight'); if($forecast == 1){ // 庄问路 $ns[] = array('result'=>1,'pair'=>0); diff --git a/app/services/waybill/WaybillRemindService.php b/app/services/waybill/WaybillRemindService.php index be5a4a7..0068c93 100644 --- a/app/services/waybill/WaybillRemindService.php +++ b/app/services/waybill/WaybillRemindService.php @@ -16,7 +16,7 @@ use app\models\process\WaybillRemind; class WaybillRemindService{ public static function parseWaybillRemind($game_id, $table_id, $table_name, $boot_id){ $is_good = array(); - $ns = NumberTab::getByBootIdDone($boot_id,'result, pair'); + $ns = NumberTab::getByBootIdDone($boot_id,'result,pair,luck_six,dragon_seven,panda_eight'); $bigRoad = array(); //列 $yKey = 0;