|
|
|
@ -8298,7 +8298,7 @@ class ExportController extends Controller
|
|
|
|
|
if (!empty($map['_string'])) {
|
|
|
|
|
$map['_string'] .= " and ";
|
|
|
|
|
}
|
|
|
|
|
$map['_string'] .= " s.pay_time < {$timeend}";
|
|
|
|
|
$map['_string'] .= " s.pay_time <= {$timeend}";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (!empty(I('game_type_id'))) {
|
|
|
|
|