Commit e888ddc0 authored by 张辰's avatar 张辰

添加埋点支持

parent 39b09012
......@@ -116,8 +116,7 @@ public class ConvertUtil {
public static List<CommentQo> commentEntity2Qos(List<CommentEntity> entities) {
return entities.stream().map(ConvertUtil::commentEntity2Qo).collect(Collectors.toList());
}
/**
* VISIT_SUMMARY
*/
......
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