PageList pageList = null;
IAdvertisementDao advertisementDao = (IAdvertisementDao) ac.getBean("advertisementDao");
pageList = advertisementDao.findAllAdvertisementByMerchant(iPObject==null?null:iPObject.getAreaNode(),county,"",pagenum,9);
root.put("pageList", pageList);
List<Dictionary> dictionarys = iPObject==null?null:dictionaryDao.listByKindAndCode("city", iPObject.getCode());
root.put("dictionarys", dictionarys);