@@ -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;