|
@@ -49,6 +49,7 @@ class Returngoodsexcel extends Start_Controller {
|
|
|
$cate_one = $this->input->post('cate_one',true);
|
|
|
$cate_two = $this->input->post('cate_two',true);
|
|
|
$number = $this->input->post('number',true);
|
|
|
+ $recorder = $this->input->post('recorder',true);
|
|
|
$where = " 1 = 1 ";
|
|
|
try{
|
|
|
|
|
@@ -75,6 +76,9 @@ class Returngoodsexcel extends Start_Controller {
|
|
|
{
|
|
|
$where .= " and back_status = '$back_status'";
|
|
|
}
|
|
|
+ if($recorder){
|
|
|
+ $where .= " and recorder = '$recorder'";
|
|
|
+ }
|
|
|
if($ktime&&$jtime){
|
|
|
$where .= " and create_time > '$ktime' and create_time < '$jtime' ";
|
|
|
}
|