fix: 修正文件下载路径

main
huangfeng 7 months ago
parent e2fecd6d8d
commit 58d933add8

@ -168,6 +168,9 @@ public class IEDCollectService {
if (StringUtils.isBlank(config.getPath())) { if (StringUtils.isBlank(config.getPath())) {
return; return;
} }
if (!config.getPath().endsWith("/")) {
config.setPath(config.getPath() + "/");
}
if (config.getDevId() == null) { if (config.getDevId() == null) {
return; return;
} }

Loading…
Cancel
Save