whycxzp
2022-11-20 6560d896800c83a4d69de786052f4c07583ac01b
临时文件不处理站点信息
1个文件已修改
2 ■■■■■ 已修改文件
src/main/java/com/whyc/service/ExcelExportService.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/service/ExcelExportService.java
@@ -73,11 +73,13 @@
        info.setChainResGoodCount(chainResGoodCount);
        StationInfo stationInfo = info.getStationInfo();
        if(stationInfo!=null) {
        if(stationInfo.getStationName2().equals("-")){
            stationInfo.setStationName(stationInfo.getStationName1());
        }else{
            stationInfo.setStationName(stationInfo.getStationName1()+"-"+stationInfo.getStationName2());
        }
        }
        map.put("dto", info);
        //图片
        BASE64Decoder decoder = new BASE64Decoder();