切换mysql为达梦数据库-代码审查
1.systemboot模块
This commit is contained in:
@@ -428,8 +428,8 @@ public class TransientServiceImpl implements TransientService {
|
||||
datPath = OssPath.WAVE_DIR + ip + StrUtil.SLASH + waveName + GeneralConstant.DAT;
|
||||
System.out.println("波形路径-------------------" + cfgPath);
|
||||
|
||||
cfgStream = fileStorageUtil.downloadStream(cfgPath);
|
||||
datStream = fileStorageUtil.downloadStream(datPath);
|
||||
cfgStream = fileStorageUtil.getFileStream(cfgPath);
|
||||
datStream = fileStorageUtil.getFileStream(datPath);
|
||||
|
||||
if (Objects.isNull(cfgStream) || Objects.isNull(datStream)) {
|
||||
throw new BusinessException(WaveFileResponseEnum.ANALYSE_WAVE_NOT_FOUND);
|
||||
|
||||
Reference in New Issue
Block a user