|
@@ -11,8 +11,10 @@ class JGEmployeController extends AdminController
|
|
|
{
|
|
|
public function actionIndex()
|
|
|
{
|
|
|
- $tmp = JGEmploye::get(new MongoId('5acaca9a9f5160d2048b6c13'));
|
|
|
- //$tmp->delete();
|
|
|
+ $tmp = JGEmploye::get(new MongoId('5ab30f7a9f5160c4048b6b77'));
|
|
|
+ $tmp->delete();
|
|
|
+ $tmp = JGEmploye::get(new MongoId('5acae03a9f516003298b47bd'));
|
|
|
+ $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);
|