lvhao 1 day ago
parent
commit
335c1ffb31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

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

@@ -2770,7 +2770,7 @@ class Whlabel_bh extends Start_Controller {
     			$jtime = strtotime($jtime);
     			$where = " ctime3 >= ".$ktime." and ctime3 <= ".$jtime." ";$gj = "";$ck = "";
     
-    			$where .=" and status = 2 and ck like '%|".$transfer."|' ";
+    			$where .="  and ck like '%|".$transfer."|' ";
     			if($number)
                 {
                     $where  .= " and number like '%$number%'";