海南bug修改提交
This commit is contained in:
@@ -526,6 +526,7 @@ public class TransientServiceImpl implements TransientService {
|
||||
log.info("cfg-----"+cfgPath);
|
||||
log.info("cfg-----"+datPath);
|
||||
|
||||
|
||||
//判断文件是否存在
|
||||
File file = new File(cfgPath);
|
||||
if(!file.exists()){
|
||||
@@ -540,6 +541,8 @@ public class TransientServiceImpl implements TransientService {
|
||||
log.info("cfg-----"+cfgPath);
|
||||
log.info("cfg-----"+datPath);
|
||||
cfgStream = waveFileComponent.getFileInputStreamByFilePath(cfgPath);
|
||||
datStream = waveFileComponent.getFileInputStreamByFilePath(datPath);
|
||||
|
||||
} else {
|
||||
cfgPath = OssPath.WAVE_DIR + ip + StrUtil.SLASH + waveName + GeneralConstant.CFG;
|
||||
boolean result1 = minIoUtils.checkFileIsExist(minIossProperties.getBucket(), cfgPath);
|
||||
|
||||
Reference in New Issue
Block a user