lvhao 2 일 전
부모
커밋
9a6ab20044
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 status = 2 and ck like '%|".$transfer."|%' ";
     			if($number)
                 {
                     $where  .= " and number like '%$number%'";