|
@@ -625,11 +625,8 @@ class Zzququeu9 extends Start_Controller {
|
|
$timetj = $this->input->post('timetj',true);//订单结束时间
|
|
$timetj = $this->input->post('timetj',true);//订单结束时间
|
|
$timetk = strtotime($timetk);
|
|
$timetk = strtotime($timetk);
|
|
$timetj = strtotime($timetj);
|
|
$timetj = strtotime($timetj);
|
|
-
|
|
|
|
- $status = $this->input->post('status',true);
|
|
|
|
-
|
|
|
|
$order_no = $this->input->post('order_no',true);
|
|
$order_no = $this->input->post('order_no',true);
|
|
- $where='type = 1 or type = 2 ';
|
|
|
|
|
|
+ $where=' ( type = 1 or type = 2)';
|
|
if($order_no){
|
|
if($order_no){
|
|
$where .= " and order_no = '".$order_no."' ";
|
|
$where .= " and order_no = '".$order_no."' ";
|
|
}
|
|
}
|