Browse Source

Updated public

north 7 years ago
parent
commit
860cf6b1ae
1 changed files with 0 additions and 2 deletions
  1. 0 2
      www/protected/controllers/JgEmployeController.php

+ 0 - 2
www/protected/controllers/JgEmployeController.php

@@ -12,8 +12,6 @@ class JGEmployeController extends AdminController
     public function actionIndex()
     {
 
-        $tmp = JEmploye::get(new MongoId('5acaddc79f5160c8048b6be8'));
-        $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);