fix: 调整 pcap id 生成格式
This commit is contained in:
@@ -144,7 +144,7 @@ public class PcapServiceImpl extends ServiceImpl<PcapDao, PcapEntity> implements
|
||||
|
||||
PcapEntity entity = new PcapEntity();
|
||||
try {
|
||||
String pcapId = IdWorker.get32UUID();
|
||||
String pcapId = T.StrUtil.uuid();
|
||||
entity.setId(pcapId);
|
||||
entity.setName(fileResource.getFilename());
|
||||
entity.setDescription(description);
|
||||
|
||||
Reference in New Issue
Block a user