lvhao 1 день тому
батько
коміт
c3b585a7a4
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      core/CoreApp/controllers/Whlabel_bh.php

+ 0 - 2
core/CoreApp/controllers/Whlabel_bh.php

@@ -2299,8 +2299,6 @@ class Whlabel_bh extends Start_Controller {
 		$start_time = strtotime(date('Y-m-d')) -  14* 24 * 60 * 60;
 		$end_time = strtotime(date('Y-m-d')) + 24 * 60 * 60;
 		$all_list = $this->whlabel_bh->find_all("extra_type = 1 and time >= ".$start_time." and time <= ".$end_time);
-		echo "extra_type = 1 and time >= ".$start_time." and time <= ".$end_time;
-		die;
 		$orderinfo_list =[];
 		$total_num = 0;
 		foreach($all_list as $k=>$v){