qqqqq

List<BusinessExperienceParentType> businessExperienceParentTypeLists =  businessExperienceParentTypeDao.getBusinessExperienceParentTypeAll();
		BusinessExperienceParentType firstBusinessExperienceParentType = businessExperienceParentTypeLists.get(0);
		request.setAttribute("firstBusinessExperienceParentType", firstBusinessExperienceParentType);
		request.setAttribute("businessExperienceParentTypeLists", businessExperienceParentTypeLists);
		
		List<ProductParentType> productParentTypeLists = productParentTypeDao.getProductParentTypesAll();
		ProductParentType firstProductParentType = productParentTypeLists.get(0);
		request.setAttribute("firstProductParentType", firstProductParentType);
		
		List<SolutionParentType> solutionParentTypeLists = solutionParentTypeDao.getSolutionParentTypesAll();
		SolutionParentType firstSolutionParentType = solutionParentTypeLists.get(0);
		request.setAttribute("firstSolutionParentType", firstSolutionParentType);
		
		request.setAttribute("productParentTypeLists", productParentTypeLists);
		request.setAttribute("solutionParentTypeLists", solutionParentTypeLists);
		
		List<SuccessfulCase> successfulCaseLists = successfulCaseDao.getAllSuccessfulCase();
		request.setAttribute("successfulCaseLists", successfulCaseLists);

猜你喜欢

转载自xiaoxue8276.iteye.com/blog/1901379
qqq
今日推荐