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); }