seam 7 years ago
parent
commit
80877ad1da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/modules/j/controllers/HouseKeepingController.php

+ 1 - 1
www/protected/modules/j/controllers/HouseKeepingController.php

@@ -37,7 +37,7 @@ class HouseKeepingController extends JBaseController
     public function actionGetStore()
     {
         $c= new EMongoCriteria();
-        $c->status('==',1);
+        $c->status('==',2);
         $tmp = Store::model()->findAll($c);
         $data = array();
         foreach ($tmp as $k => $v) {