分享修改
This commit is contained in:
parent
269b98a9cf
commit
fb01636722
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user