图片地址兼容pda
master
xs 2 months ago
parent 71345a58fc
commit da6763dc59

@ -76,6 +76,7 @@ public class DmsBillsFaultInstanceServiceImpl implements IDmsBillsFaultInstanceS
filePath = "http://172.16.12.100:7309"+filePath.substring(index);
log.info("filePath2:"+filePath);
dmsInstanceFile.setUrl(filePath);
dmsInstanceFile.setFilePath(filePath);
}else{
dmsInstanceFile.setUrl(dmsInstanceFile.getFilePath());
}

Loading…
Cancel
Save