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