lvhao 3 dní pred
rodič
commit
3a949cf004
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      core/CoreApp/controllers/Whlabel_bh.php

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

@@ -2299,6 +2299,8 @@ 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;
 		//
+		echo "extra_type = 1 and time >= ".$start_time." and time <= ".$end_time;
+		die;
 		$tmp_list = $this->whlabel_bh->find_pc("extra_type = 1 and time >= ".$start_time." and time <= ".$end_time,'orderinfo',"id,orderinfo,jgtime",'id desc');
 		if(empty($tmp_list)){
 			$total_num = 0;