lvhao il y a 2 jours
Parent
commit
49649e6741
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
 	}