|
|
|
@ -726,7 +726,7 @@ class FinanceController extends ThinkController
|
|
|
|
|
if (!empty($map['_string'])) {
|
|
|
|
|
$map['_string'] .= " and ";
|
|
|
|
|
}
|
|
|
|
|
$map['_string'] .= " s.payed_time < {$timeend}";
|
|
|
|
|
$map['_string'] .= " s.payed_time <= {$timeend}";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (!empty(I('game_type_id'))) {
|
|
|
|
|