优化代码。
This commit is contained in:
parent
3fe8c1498f
commit
0b74ec12fd
|
|
@ -340,7 +340,6 @@ public class EdFileInfoServiceImpl extends ServiceImpl<EdFileInfoMapper, EdFileI
|
|||
throw new BizException("文件名已经存在");
|
||||
}
|
||||
|
||||
String srcFilePath = commonService.getFileSysPath(fileInfo.getId());
|
||||
String dbPath = commonService.getDbPath(fileInfo.getFilePath());
|
||||
this.baseMapper.update(new EdFileInfo(), Wrappers.lambdaUpdate(EdFileInfo.class)
|
||||
.eq(EdFileInfo::getId, updateFileInfoDTO.getId())
|
||||
|
|
|
|||
Loading…
Reference in New Issue