|
@@ -201,7 +201,7 @@ class Returngoodsexcel extends Start_Controller {
|
|
|
}
|
|
|
if($back_status)
|
|
|
{
|
|
|
- $where .= " and back_status = '$back_status'";
|
|
|
+ $where .= " and back_type = '$back_status'";
|
|
|
}
|
|
|
if($ktime&&$jtime){
|
|
|
$where .= " and create_time > '$ktime' and create_time < '$jtime' ";
|
|
@@ -301,7 +301,7 @@ class Returngoodsexcel extends Start_Controller {
|
|
|
}
|
|
|
if($back_status)
|
|
|
{
|
|
|
- $where .= " and back_status = '$back_status'";
|
|
|
+ $where .= " and back_type = '$back_status'";
|
|
|
}
|
|
|
if($ktime&&$jtime){
|
|
|
$where .= " and create_time > '$ktime' and create_time < '$jtime' ";
|