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