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);
|
||||
|
||||
Reference in New Issue
Block a user