管道基础大数据平台系统开发-【后端】-Server
13693261870
2023-06-29 79a4d5652a3332f1bcdc2eaa31c857531d460feb
src/main/java/com/lf/server/service/show/InquiryService.java
@@ -95,7 +95,7 @@
     * 瓦片路径是否存在
     */
    private boolean isTilePathExist(PublishEntity pub) {
        String tilePath = pathHelper.getConfig().getTilePath().replace("2d\\tiles", "") + pub.getPath();
        String tilePath = pathHelper.getConfig().getTilePath() + pub.getPath();
        File f = new File(tilePath);
        if (!f.exists() || !f.isDirectory()) {