|
@@ -769,10 +769,10 @@ class Returngoods extends Start_Controller {
|
|
|
{
|
|
|
$where .= " and shop = '$shop' ";
|
|
|
}
|
|
|
- // if( $status)
|
|
|
- // {
|
|
|
- // $where .= " and status = ' $status' ";
|
|
|
- // }
|
|
|
+ if( $status)
|
|
|
+ {
|
|
|
+ $where .= " and status = ' $status' ";
|
|
|
+ }
|
|
|
if($ktime&&$jtime){
|
|
|
$where .= " and create_time > '".date("Y-m-d H:i:s",strtotime($ktime))."' and create_time < '".date("Y-m-d H:i:s",strtotime($jtime))."' ";
|
|
|
}
|