lvhao 1 day ago
parent
commit
fcc9055003
1 changed files with 3 additions and 2 deletions
  1. 3 2
      core/CoreApp/controllers/Whlabel_bh.php

+ 3 - 2
core/CoreApp/controllers/Whlabel_bh.php

@@ -2311,8 +2311,9 @@ class Whlabel_bh extends Start_Controller {
 		}else{
 			$over_num = $this->whlabel_bh_transfer->find_count(" status = 2 and wbid in (".implode(",",$wbids).")");
 		}
-		
-
+		var_dump($total_num);
+		var_dump($over_num);
+        die;
 		$this->data['total_num'] = $total_num;
 		$this->data['wwcsl'] = $total_num - $over_num;