public JsonResult QueryNodes(string parenCode) { Common.Data.JsonData json = new JsonData(); IAppSettingService appSetService = IocMvcFactoryHelper.GetInterface <IAppSettingService>(); json = appSetService.SelectNodesByParent(parenCode); return(Json(json)); }