longyi 15 시간 전
부모
커밋
5738343139
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

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

@@ -352,7 +352,7 @@ class Whlabel_bh extends Start_Controller {
 			$timetj = $this->input->post('timetj',true);
 			$timetk = strtotime($timetk);
 			$timetj = strtotime($timetj);
-			$where = " bhnum > printsl ";
+			$where = " bhnum > printsl and extra_type = 1 ";
 			if($timetk && $timetj)
             {
                 $where .= " and time > '$timetk' and time < '$timetj'";