Browse Source

Updated public

north 7 years ago
parent
commit
3b8400ff21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/controllers/JgEmployeController.php

+ 1 - 1
www/protected/controllers/JgEmployeController.php

@@ -12,7 +12,7 @@ class JGEmployeController extends AdminController
     public function actionIndex()
     {
         $tmp = JGEmploye::get(new MongoId('5acaca9a9f5160d2048b6c13'));
-        $tmp->delete();
+        //$tmp->delete();
         $status = CommonFn::getComboboxData(JGEmploye::$status_options, 100, true, 100);//人员状态
         $skill = CommonFn::getComboboxData(JGEmploye::$skill_options, 100, true, 100);
         $work_type = CommonFn::getComboboxData(JGEmploye::$work_type_options, 100, true, 100);