|
@@ -23,8 +23,8 @@ class WigsOutCtrl{
|
|
$status = $this->common->my_filter_input($_GET['status']);
|
|
$status = $this->common->my_filter_input($_GET['status']);
|
|
$type = $this->common->my_filter_input($_GET['type']);
|
|
$type = $this->common->my_filter_input($_GET['type']);
|
|
$time_type=isset($_GET['time_type'])?$this->common->my_filter_input($_GET['time_type']):1;
|
|
$time_type=isset($_GET['time_type'])?$this->common->my_filter_input($_GET['time_type']):1;
|
|
- $startDate = $_GET['startDate'] . ' 00:00:00';
|
|
|
|
- $endDate = $_GET['endDate'].' 23:59:59';
|
|
|
|
|
|
+ $startDate = $_GET['startDate'] ;
|
|
|
|
+ $endDate = $_GET['endDate'];
|
|
$key = $this->common->my_filter_input($_GET['key']);
|
|
$key = $this->common->my_filter_input($_GET['key']);
|
|
$pnsn = isset($_GET['pnsn'])?$this->common->my_filter_input($_GET['pnsn']):15;
|
|
$pnsn = isset($_GET['pnsn'])?$this->common->my_filter_input($_GET['pnsn']):15;
|
|
}
|
|
}
|
|
@@ -335,8 +335,8 @@ class WigsOutCtrl{
|
|
if(!isset($_GET['startDate']) || !isset($_GET['endDate'])){
|
|
if(!isset($_GET['startDate']) || !isset($_GET['endDate'])){
|
|
return false;
|
|
return false;
|
|
} else {
|
|
} else {
|
|
- $startDate = $_GET['startDate'] . ' 00:00:00';
|
|
|
|
- $endDate = $_GET['endDate'].' 23:59:59';
|
|
|
|
|
|
+ $startDate = $_GET['startDate'] ;
|
|
|
|
+ $endDate = $_GET['endDate'];
|
|
}
|
|
}
|
|
$time_type=isset($_GET['time_type'])?$this->common->my_filter_input($_GET['time_type']):1;
|
|
$time_type=isset($_GET['time_type'])?$this->common->my_filter_input($_GET['time_type']):1;
|
|
if($time_type==1){
|
|
if($time_type==1){
|
|
@@ -395,8 +395,8 @@ class WigsOutCtrl{
|
|
$status = $this->common->my_filter_input($_GET['status']);
|
|
$status = $this->common->my_filter_input($_GET['status']);
|
|
$type = $this->common->my_filter_input($_GET['type']);
|
|
$type = $this->common->my_filter_input($_GET['type']);
|
|
$time_type=isset($_GET['time_type'])?$this->common->my_filter_input($_GET['time_type']):1;
|
|
$time_type=isset($_GET['time_type'])?$this->common->my_filter_input($_GET['time_type']):1;
|
|
- $startDate = $_GET['startDate'] . ' 00:00:00';
|
|
|
|
- $endDate = $_GET['endDate'].' 23:59:59';
|
|
|
|
|
|
+ $startDate = $_GET['startDate'] ;
|
|
|
|
+ $endDate = $_GET['endDate'];
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|