Browse Source

提交数据错误数据

lvhao 3 tháng trước cách đây
mục cha
commit
6c91aceb74
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      core/CoreApp/controllers/Fullordererror.php

+ 4 - 0
core/CoreApp/controllers/Fullordererror.php

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