提交 5be343a8 作者: 沈振路

链接name

上级 eca649d9
...@@ -576,7 +576,8 @@ public class CustomerServiceCommonAsyncComponent { ...@@ -576,7 +576,8 @@ public class CustomerServiceCommonAsyncComponent {
String tempId = CustomerStoreTemplateEnum.getTempId(referralEntity.getStoreType()); String tempId = CustomerStoreTemplateEnum.getTempId(referralEntity.getStoreType());
referralEntity.setTemplateId(tempId); referralEntity.setTemplateId(tempId);
} }
referralEntity.setName(name); long suffix = System.currentTimeMillis() % 100000;
referralEntity.setName(name + suffix);
} }
referralEntity.setInfoId(authInfoVo.getId()); referralEntity.setInfoId(authInfoVo.getId());
LOCAL_LOG.info("获取链接, 参数: {}", referralEntity); LOCAL_LOG.info("获取链接, 参数: {}", referralEntity);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论