|
@@ -11,11 +11,11 @@ class JGEmployeController extends AdminController
|
|
|
{
|
|
|
public function actionIndex()
|
|
|
{
|
|
|
- $ids = ['5afbbc6b9f5160143e8b45e6','5afbbc6c9f51607d228b4990','5afbbc6d9f5160c93c8b45df'];
|
|
|
+ /*$ids = ['5afbbc6b9f5160143e8b45e6','5afbbc6c9f51607d228b4990','5afbbc6d9f5160c93c8b45df'];
|
|
|
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);
|