Commit 590a401b by “Kongxiangkun”

工作台互动分析优化

parent 9f281b24
......@@ -82,7 +82,7 @@ public class TpCommentApiController {
RequestContext context = ContextHolder.get();
// 添加发表评论埋点
//if(request.getHeader("Cookie")!=null&&Objects.equals(redisCache.get(request.getHeader("Cookie").replace("JSESSIONID=","")),"2")){
eventTrackApiClients.addEvent("event_tp_comment",tpComment.getTrainingProjectId());
eventTrackApiClients.addEvent("event_tp_comment_"+tpComment.getBizType(),tpComment.getTrainingProjectId());
//}
if (f) {
LOGGER.info("发表评论成功");
......
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