分享修改

This commit is contained in:
马超 2021-04-03 14:44:32 +08:00
parent 269b98a9cf
commit fb01636722

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);