修改bug

master
ELF 5 years ago
parent bb8052614b
commit 546d83f4a3

@ -80,7 +80,7 @@ class CompanyGameRatioController extends AdminController
} else { } else {
$marketCondition = '1<>1'; $marketCondition = '1<>1';
} }
$where['_sttring'] = isset($where['_sttring']) ? $where['_sttring'] . ' and ' . $marketCondition : $marketCondition; $where['_string'] = isset($where['_string']) ? $where['_string'] . ' and ' . $marketCondition : $marketCondition;
} }
if (isset($_REQUEST['time_start']) && isset($_REQUEST['time_end'])) { if (isset($_REQUEST['time_start']) && isset($_REQUEST['time_end'])) {

Loading…
Cancel
Save