north 7 년 전
부모
커밋
975362bce2
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      www/protected/controllers/REmployeController.php

+ 4 - 4
www/protected/controllers/REmployeController.php

@@ -9,10 +9,10 @@ class REmployeController extends AdminController {
 
 
     public function actionIndex()
     public function actionIndex()
     {
     {
-        $tmp = JEmploye::model()->findAll();
-        foreach ($tmp as $k => $v) {
-            $v->delete();
-        }
+        //$tmp = JEmploye::model()->findAll();
+        //foreach ($tmp as $k => $v) {
+            //$v->delete();
+        //}
         $status = CommonFn::getComboboxData(JEmploye::$status_option, 100, true, 100);//人员状态
         $status = CommonFn::getComboboxData(JEmploye::$status_option, 100, true, 100);//人员状态
         $auth = CommonFn::getComboboxData(JEmploye::$auth_option, 1, true, 100);
         $auth = CommonFn::getComboboxData(JEmploye::$auth_option, 1, true, 100);
         $this->render('index',array(
         $this->render('index',array(