1
13693261870
2024-07-18 39c81596d61166621f2f53c185dc37d5d9c3bd68
src/main/java/com/se/simu/service/WaterService.java
@@ -68,7 +68,7 @@
     * 获取水流向流速图
     */
    public String getFlowMap(String serviceName, Integer width, Integer height, Long timestamp) {
        return dataPath + File.separator + serviceName + File.separator + "flow" + File.separator + timestamp + File.separator + width + "_" + height + ".png";
        return dataPath + File.separator + serviceName + File.separator + "flows" + File.separator + timestamp + File.separator + width + "_" + height + ".png";
    }
    /**