north %!s(int64=6) %!d(string=hai) anos
pai
achega
acbc461f36
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      www/protected/controllers/JgEmployeController.php

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

@@ -11,11 +11,11 @@ class JGEmployeController extends AdminController
 {
     public function actionIndex()
     {
-        /*$ids = ['5afbbc6b9f5160143e8b45e6','5afbbc6c9f51607d228b4990','5afbbc6d9f5160c93c8b45df'];
+        $ids = ['5d662a139f5160ed158b4714'];
         foreach ($ids as $id) {
             $tmp = JGEmploye::get(new MongoId($id));
             $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);