| | |
| | | |
| | | //颜值规划关联的美际报告 |
| | | MjSkinReport mjSkinReport = commonService.selectOneByKey(MjSkinReportMapper.class,mjRecordId); |
| | | if(mjSkinReport != null){ |
| | | if (!StringUtils.isEmpty(mjSkinReport.getShareUrl()) && !mjSkinReport.getShareUrl().contains("https")) { |
| | | mjSkinReport.setShareUrl( mjSkinReport.getShareUrl().replace("http", "https")); |
| | | } |
| | | if (!StringUtils.isEmpty(mjSkinReport.getViewUrl()) && !mjSkinReport.getViewUrl().contains("https")) { |
| | | mjSkinReport.setViewUrl(mjSkinReport.getViewUrl().replace("http", "https")); |
| | | } |
| | | } |
| | | data.put("mjSkinReport",mjSkinReport); |
| | | //查询对应关联资源文件记录 |
| | | data.put("rsList",getMjFileList(mjRecordId)); |