!22 代码合并

Merge pull request !22 from MAC/develop
This commit is contained in:
MAC 2021-04-03 15:01:31 +08:00 committed by Gitee
commit e1b8d45925

View File

@ -59,7 +59,7 @@ public class ShareController {
shareSecretVO.setExtractionCode(share.getExtractionCode());
}
share.setShareBatchNum(uuid);
share.setShareBatchNum(uuid.replace("-", ""));
shareService.save(share);
List<ShareFile> fileList = JSON.parseArray(shareSecretDTO.getFiles(), ShareFile.class);