lvhao hai 2 días
pai
achega
49649e6741
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

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

@@ -1936,7 +1936,7 @@ class Whlabel_bh extends Start_Controller {
 		$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 );
-		$this->data['count'] = $count;
+		//$this->data['count'] = $count;
 		$this->data['vip'] = $user['vip'];
 		$this->_Template('whlabel_bh_operate',$this->data);
 	}