| 
						
						
							
								
							
						
						
					 | 
					@ -53,7 +53,6 @@ public class HomeServiceImpl implements HomeService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						public Result<HomeDesignByCustomerResultDTO> getHomeDesignByCustomer(CustomerHomeFormDTO formDTO) { | 
					 | 
					 | 
						public Result<HomeDesignByCustomerResultDTO> getHomeDesignByCustomer(CustomerHomeFormDTO formDTO) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							HomeDesignByCustomerResultDTO resultDTO = new HomeDesignByCustomerResultDTO(); | 
					 | 
					 | 
							HomeDesignByCustomerResultDTO resultDTO = new HomeDesignByCustomerResultDTO(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							//根据客户id,所属端获取客户首页配置的设计稿
 | 
					 | 
					 | 
							//根据客户id,所属端获取客户首页配置的设计稿
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							formDTO.setStatus(OperCustomizeConstant.STATUS_DRAFT); | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							List<CommonComponentDesignResultDTO> list = customerHomeDetailDao.selectCustomerHomeDetail(formDTO); | 
					 | 
					 | 
							List<CommonComponentDesignResultDTO> list = customerHomeDetailDao.selectCustomerHomeDetail(formDTO); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							List<CommonComponentDesignResultDTO> titleList = new ArrayList<>(); | 
					 | 
					 | 
							List<CommonComponentDesignResultDTO> titleList = new ArrayList<>(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							List<CommonComponentDesignResultDTO> topList = new ArrayList<>(); | 
					 | 
					 | 
							List<CommonComponentDesignResultDTO> topList = new ArrayList<>(); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |