提交代码重命名或者修改的时候缺陷更改
This commit is contained in:
parent
0cbcc6a7e0
commit
a86bd18f4f
@ -647,6 +647,10 @@ public class TsFilesServiceImpl extends ServiceImpl<TsFilesMapper, TsFiles> impl
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
// 如果备份空间为空 直接修改数据库
|
// 如果备份空间为空 直接修改数据库
|
||||||
|
String oldFullPath = filesData.getWorkPath() + filesData.getFileName() + "/";
|
||||||
|
String newFullPath = filesData.getWorkPath() + tsFiles.getFileName() + "/";
|
||||||
|
querySubFilesAndUpdatePaths(resultList, tsFiles.getId(), oldFullPath, newFullPath, tsFiles.getId());
|
||||||
|
|
||||||
int valueUpdate = tsFilesMapper.updateById(tsFiles);
|
int valueUpdate = tsFilesMapper.updateById(tsFiles);
|
||||||
if (valueUpdate == 1) {
|
if (valueUpdate == 1) {
|
||||||
LOGGER.info("local和minio修改成功,表结构修改成功");
|
LOGGER.info("local和minio修改成功,表结构修改成功");
|
||||||
|
Loading…
Reference in New Issue
Block a user