lvhao 16 часов назад
Родитель
Сommit
d1d0324420
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

+ 1 - 1
core/CoreApp/controllers/Whlabel_bh.php

@@ -2315,7 +2315,7 @@ class Whlabel_bh extends Start_Controller {
 		$timetj = $this->input->post('timetj',true);
 		$start_time = strtotime($timetk);
 		$end_time = strtotime($timetj);
-		$where = " lx = ".$tid." and type = 1 and is_over = 0 and time >= ".$start_time." and time <= ".$end_time;
+		$where = " lx = ".$tid." and type = 1  and time >= ".$start_time." and time <= ".$end_time;
 		if($orderinfo){
 			$number_list  = $this->whlabel_bh->find_all(" orderinfo = '$orderinfo'","orderinfo,number");
 			$numbers = array_column($number_list,'number');