lvhao 3 일 전
부모
커밋
1c79339cc5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

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

@@ -2418,7 +2418,7 @@ class Whlabel_bh extends Start_Controller {
 			$where = " rk like '%|".$tid."|%' ";
 			if($timetk && $timetj)
             {
-                $where .= " and time".$tid." > '$timetk' and time".$tid." < '$timetj'";
+                $where .= " and ctime".$tid." > '$timetk' and ctime".$tid." < '$timetj'";
             }
 			
 			if($pm){