private function getAjkFixPlanList()
 {
     return Bll_Plan_Fix_AjkPlan::scanPlanByCityId($this->_cityId, $this->_startId, self::PLAN_LIMIT);
 }