north 7 years ago
parent
commit
2aab11da0c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      www/protected/controllers/HouseKeepingController.php

+ 1 - 0
www/protected/controllers/HouseKeepingController.php

@@ -52,6 +52,7 @@ class HouseKeepingController extends AdminController
         if ($status != 100) {
             $criteria->status('==', $status);
         }
+        $criteria->status_time('!=',0);
         $criteria->sort('time',EMongoCriteria::SORT_DESC);
 
         $cursor = HouseKeeping::model()->findAll($criteria);