|
|
|
@ -80,7 +80,7 @@ class CompanyGameRatioController extends AdminController
|
|
|
|
|
} else {
|
|
|
|
|
$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'])) {
|
|
|
|
|