修改bug

master
ELF 5 years ago
parent 6ac8a0a9b3
commit 7445125745

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

Loading…
Cancel
Save