|
|
@ -620,11 +620,13 @@ class MarketPercentageController extends ThinkController
|
|
|
|
if($_REQUEST['pay_time']) {
|
|
|
|
if($_REQUEST['pay_time']) {
|
|
|
|
if (in_array($_REQUEST['pay_time'],$search_date)) {
|
|
|
|
if (in_array($_REQUEST['pay_time'],$search_date)) {
|
|
|
|
$map['pay_time'] = $_REQUEST['pay_time'];
|
|
|
|
$map['pay_time'] = $_REQUEST['pay_time'];
|
|
|
|
} else {
|
|
|
|
} elseif(isset($_REQUEST['time_start']) || isset($_REQUEST['time_end'])) {
|
|
|
|
$this->checkListOrCountAuthRestMap($map,[]);
|
|
|
|
$this->checkListOrCountAuthRestMap($map,[]);
|
|
|
|
$this->assign("list_data",[]);
|
|
|
|
$this->assign("list_data",[]);
|
|
|
|
$this->display("showbonuslist");
|
|
|
|
$this->display("showbonuslist");
|
|
|
|
die();
|
|
|
|
die();
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
$map['pay_time'] = $_REQUEST['pay_time'];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|