|
@@ -1425,6 +1425,7 @@ class Whlabel extends Start_Controller {
|
|
$jtime = $this->input->post('jtime',true);
|
|
$jtime = $this->input->post('jtime',true);
|
|
$ktime = strtotime($ktime);
|
|
$ktime = strtotime($ktime);
|
|
$jtime = strtotime($jtime);
|
|
$jtime = strtotime($jtime);
|
|
|
|
+ $cpbz = $this->input->post('cpbz',true);
|
|
$where = "1=1";$gj = "";$ck = "";
|
|
$where = "1=1";$gj = "";$ck = "";
|
|
|
|
|
|
if($usa)
|
|
if($usa)
|
|
@@ -1465,7 +1466,9 @@ class Whlabel extends Start_Controller {
|
|
$ck = " and outk > '$ktime' and outk < '$jtime'";
|
|
$ck = " and outk > '$ktime' and outk < '$jtime'";
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
|
|
+ if($cpbz){
|
|
|
|
+ $where .= " and cpbz like '%$cpbz%' ";
|
|
|
|
+ }
|
|
if($lacecolor)
|
|
if($lacecolor)
|
|
{
|
|
{
|
|
$where .= " and features like '%-$lacecolor-%'";
|
|
$where .= " and features like '%-$lacecolor-%'";
|