1
13693261870
2024-11-14 3aea0bf8e9f3178fe2aabb1e546de584d2bd5fcf
src/main/java/com/se/simu/service/ResultService.java
@@ -496,7 +496,8 @@
        if (CollectionUtils.isEmpty(list)) return;
        try {
            writeJson(dto.getOutPath() + File.separator + "water.json", JSON.toJSONString(list));
            filePath = dto.getOutPath() + File.separator + "waters" + File.separator + ticks + File.separator + "water.json";
            writeJson(filePath, JSON.toJSONString(list));
        } catch (Exception ex) {
            log.error(ex.getMessage(), ex);
        }