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