优化游戏统计时间

master
chenzhi 4 years ago
parent 4c1a03b7c7
commit ba20c3683a

@ -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'))) {

Loading…
Cancel
Save