后台上线后bug修改
This commit is contained in:
@@ -768,7 +768,7 @@ class Statistical extends adminApi
|
||||
->join('vs_gift_bag_detail b', 'a.parent_id=b.id', 'INNER')
|
||||
->field('a.createtime,b.type,b.foreign_id,b.quantity,b.gold')
|
||||
->where(['b.type'=>['in', [1,2]]])
|
||||
->whereBetween('a.gift_bag_id', [18, 51])
|
||||
->whereBetween('a.gift_bag_id', [18, 52])
|
||||
->where($where)
|
||||
->select();
|
||||
}else{
|
||||
@@ -778,7 +778,7 @@ class Statistical extends adminApi
|
||||
->join('vs_gift_bag_detail b', 'a.parent_id=b.id', 'INNER')
|
||||
->field('a.createtime,b.type,b.foreign_id,b.quantity,b.gold')
|
||||
->where(['b.type'=>['in', [1,2]]])
|
||||
->whereBetween('a.gift_bag_id', [18, 51])
|
||||
->whereBetween('a.gift_bag_id', [18, 52])
|
||||
->whereBetween('a.createtime', [strtotime($stime), 1767114849])
|
||||
->where($where)
|
||||
->select();
|
||||
@@ -787,7 +787,7 @@ class Statistical extends adminApi
|
||||
->join('vs_gift_bag_detail b', 'a.parent_id=b.id', 'INNER')
|
||||
->field('a.createtime,b.type,b.foreign_id,b.quantity,b.gold')
|
||||
->where(['b.type'=>['in', [1,2]]])
|
||||
->whereBetween('a.gift_bag_id', [18, 51])
|
||||
->whereBetween('a.gift_bag_id', [18, 52])
|
||||
->whereBetween('a.createtime', [1767114849, strtotime($etime)])
|
||||
->where($where)
|
||||
->select();
|
||||
@@ -807,7 +807,7 @@ class Statistical extends adminApi
|
||||
->join('vs_gift_bag_detail b', 'a.parent_id=b.id', 'INNER')
|
||||
->field('a.createtime,b.type,b.foreign_id,b.quantity,b.gold')
|
||||
->where(['b.type'=>['in', [1,2]]])
|
||||
->whereBetween('a.gift_bag_id', [18, 51])
|
||||
->whereBetween('a.gift_bag_id', [18, 52])
|
||||
->where($where)
|
||||
->select();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user