Commit 87a647a8 authored by shiyu's avatar shiyu

创建分享链接2

parent 11780448
...@@ -90,7 +90,6 @@ public class DistributorShareRecordServiceImpl implements DistributorShareRecord ...@@ -90,7 +90,6 @@ public class DistributorShareRecordServiceImpl implements DistributorShareRecord
if (record != null && StringUtils.hasLength(record.getShareId())) { if (record != null && StringUtils.hasLength(record.getShareId())) {
return Result.success(new HashMap<String, String>(){{put("shareId", record.getShareId());}}); return Result.success(new HashMap<String, String>(){{put("shareId", record.getShareId());}});
} }
DistributorShareRecord distributorShareRecord = new DistributorShareRecord(); DistributorShareRecord distributorShareRecord = new DistributorShareRecord();
String shareRecordId = UUID.fastUUID().toString(true); String shareRecordId = UUID.fastUUID().toString(true);
distributorShareRecord.setShareId(shareRecordId); distributorShareRecord.setShareId(shareRecordId);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment