|
@@ -1935,7 +1935,7 @@ class Whlabel_bh extends Start_Controller {
|
|
$end_time = strtotime(date('Y-m-d')) + 24 * 60 * 60;
|
|
$end_time = strtotime(date('Y-m-d')) + 24 * 60 * 60;
|
|
$start_time = $end_time - 14 * 24 * 60 * 60;
|
|
$start_time = $end_time - 14 * 24 * 60 * 60;
|
|
|
|
|
|
- $count = $this->whlabel_bh_transfer_cr->find_count("type = 1 and is_over = 0 and lx in (".implode(",",$ids).") and time >= ".$start_time." and time <= ".$end_time );
|
|
|
|
|
|
+ //$count = $this->whlabel_bh_transfer_cr->find_count("type = 1 and is_over = 0 and lx in (".implode(",",$ids).") and time >= ".$start_time." and time <= ".$end_time );
|
|
$this->data['count'] = $count;
|
|
$this->data['count'] = $count;
|
|
$this->data['vip'] = $user['vip'];
|
|
$this->data['vip'] = $user['vip'];
|
|
$this->_Template('whlabel_bh_operate',$this->data);
|
|
$this->_Template('whlabel_bh_operate',$this->data);
|