| | |
| | | page.setCurrent(pagePopularMerchantDTO.getPageNum()); |
| | | IPage<ConvenientMerchantVO> merchantVOList = this.baseMapper.getPopularMerchants(page, pagePopularMerchantDTO.getCommunityId(), currentMon,pagePopularMerchantDTO.getAreaCode()); |
| | | if(pagePopularMerchantDTO.getPageNum().equals(1L)){ |
| | | //金沙江默认第一个 |
| | | List<ConvenientMerchantVO> merchantVOS=new ArrayList<>(); |
| | | ConvenientMerchantVO merchantVO=new ConvenientMerchantVO(); |
| | | merchantVO.setName("金沙江智慧物流商贸城"); |
| | | merchantVO.setLogo("https://www.psciio.com//idcard/0694d975ed4d4c49bcfb728a678518f2.jpg"); |
| | | merchantVO.setIntroduction("农产直销、综合商贸、冷链储运、中央厨房、检验检疫、农博会展、总部商务、综合服务。"); |
| | | merchantVOS.add(merchantVO); |
| | | //第一页默认把犇师傅维修中心加载到第一个 |
| | | List<ConvenientMerchantVO> merchantList = this.baseMapper.selectMerchantByName(pagePopularMerchantDTO.getCommunityId(), currentMon); |
| | | if(merchantList != null && merchantList.size() > 0){ |
| | | merchantList.addAll(merchantVOList.getRecords()); |
| | | merchantVOList.setRecords(merchantList); |
| | | merchantVOS.addAll(merchantList); |
| | | merchantVOS.addAll(merchantVOList.getRecords()); |
| | | merchantVOList.setRecords(merchantVOS); |
| | | } |
| | | |
| | | } |