fix: 路单查询补查 luck_six/dragon_seven/panda_eight 字段
根因:getByBootIdDone 只查 result,pair,新字段没传到 Waybill,前端拿不到数据
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user