public async Task <object> GetAllAsync() { return(Json(await sysDepartmentService.GetAllAsync(p => p.GUID != null))); }