code review 工作机的流程

This commit is contained in:
YunaiV
2021-11-21 12:59:52 +08:00
parent f958137dd1
commit b32ac09ddf
4 changed files with 15 additions and 3 deletions

View File

@ -93,6 +93,7 @@ public class JsonUtils {
}
}
// TODO @Li和上面的风格保持一致哈。parseTree
public static JsonNode readTree(String text) {
try {
return objectMapper.readTree(text);