From 1c666a22be5bb6e1acdaa8788ca48cf5ef861ccf Mon Sep 17 00:00:00 2001 From: testadmin Date: Sat, 2 May 2026 00:02:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B7=AF=E5=8D=95=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E8=A1=A5=E6=9F=A5=20luck=5Fsix/dragon=5Fseven/panda=5Feight=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根因:getByBootIdDone 只查 result,pair,新字段没传到 Waybill,前端拿不到数据 --- app/handle/controller/Index.php | 2 +- app/services/waybill/WaybillRemindService.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;