Browse Source

Updated public

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

+ 2 - 2
www/protected/controllers/HouseKeepingController.php

@@ -11,7 +11,7 @@ class HouseKeepingController extends AdminController
 {
 {
     public function actionIndex()
     public function actionIndex()
     {
     {
-        $tmp = HouseKeeping::model()->findAll();
+        /*$tmp = HouseKeeping::model()->findAll();
         foreach ($tmp as $k => $v) {
         foreach ($tmp as $k => $v) {
             $v->delete();
             $v->delete();
         }
         }
@@ -22,7 +22,7 @@ class HouseKeepingController extends AdminController
         $tmp = JEmploye::model()->findAll();
         $tmp = JEmploye::model()->findAll();
         foreach ($tmp as $k => $v) {
         foreach ($tmp as $k => $v) {
             $v->delete();
             $v->delete();
-        }
+        }*/
         $status_option = CommonFn::getComboboxData(HouseKeeping::$status_option, 1, true, 100);
         $status_option = CommonFn::getComboboxData(HouseKeeping::$status_option, 1, true, 100);
         $type_option = CommonFn::getComboboxData(HouseKeeping::$type_option, 1, true, 100);
         $type_option = CommonFn::getComboboxData(HouseKeeping::$type_option, 1, true, 100);
         $cart_options = CommonFn::getComboboxData(HouseKeeping::$cart_options, 1, true, 100);
         $cart_options = CommonFn::getComboboxData(HouseKeeping::$cart_options, 1, true, 100);