- 更新文档

- 更新任务列表,标记谁在开发什么
This commit is contained in:
YunaiV
2019-06-07 21:51:29 +08:00
parent 969476f44f
commit a24f87f12c
6 changed files with 15 additions and 11 deletions

View File

@@ -47,6 +47,7 @@ public class MallUtil {
if (StringUtil.hasText(traceId)) {
return traceId;
}
// TODO 芋艿 多次调用会问题
return UUID.randomUUID().toString();
}