|
@@ -42,6 +42,7 @@ class Fullordererror extends Start_Controller {
|
|
$perpage = $this->input->post('perpage',true);
|
|
$perpage = $this->input->post('perpage',true);
|
|
$plat = $this->input->post('plat',true);
|
|
$plat = $this->input->post('plat',true);
|
|
$number = $this->input->post('number',true);
|
|
$number = $this->input->post('number',true);
|
|
|
|
+ $shop = $this->input->post('shop',true);
|
|
$timetk = $this->input->post('timetk',true);
|
|
$timetk = $this->input->post('timetk',true);
|
|
$timetj = $this->input->post('timetj',true);
|
|
$timetj = $this->input->post('timetj',true);
|
|
$timetk = strtotime($timetk);
|
|
$timetk = strtotime($timetk);
|
|
@@ -57,6 +58,9 @@ class Fullordererror extends Start_Controller {
|
|
$timetj = $timetj+24*3600;
|
|
$timetj = $timetj+24*3600;
|
|
$where .= " and dtime > '$timetk' and dtime < '$timetj'";
|
|
$where .= " and dtime > '$timetk' and dtime < '$timetj'";
|
|
}
|
|
}
|
|
|
|
+ if($shop){
|
|
|
|
+ $where .= " and shop = '$shop'";
|
|
|
|
+ }
|
|
//数据排序
|
|
//数据排序
|
|
$order_str = "id desc";
|
|
$order_str = "id desc";
|
|
if(empty($page))
|
|
if(empty($page))
|