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