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