north 7 years ago
parent
commit
bd69f10dd4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      www/protected/modules/j/controllers/JGEmpolyerController.php

+ 1 - 0
www/protected/modules/j/controllers/JGEmpolyerController.php

@@ -204,6 +204,7 @@ class JgEmpolyerController extends JBaseController
         $criteria = new EMongoCriteria($pageParams);
         $criteria = new EMongoCriteria($pageParams);
         $criteria->store_id('==',intval($store_id));
         $criteria->store_id('==',intval($store_id));
         if ($status != 100 ) {
         if ($status != 100 ) {
+            var_dump($status);exit;
             $criteria->status('==',$status);
             $criteria->status('==',$status);
         }
         }
         if ($search != '' && !CommonFn::isMongoId($search)){
         if ($search != '' && !CommonFn::isMongoId($search)){