lvhao 3 天之前
父节点
当前提交
49649e6741
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
 	}