fix: 路单查询补查 luck_six/dragon_seven/panda_eight 字段

根因:getByBootIdDone 只查 result,pair,新字段没传到 Waybill,前端拿不到数据
This commit is contained in:
testadmin
2026-05-02 00:02:58 +08:00
parent 39a1d0dea8
commit 1c666a22be
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
@@ -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;