|
|
|
@ -373,7 +373,7 @@ public class NewsServiceImpl extends BaseServiceImpl<NewsDao, NewsEntity> implem |
|
|
|
newsUserAttitudeService.save(newsUserAttitudeDto); |
|
|
|
// 积分埋点 新闻点赞
|
|
|
|
PointLogFormDTO pointLogFormDTO = new PointLogFormDTO(); |
|
|
|
pointLogFormDTO.setType(BehaviorEnum.POINTS_NEWS_RULES.getValue()); |
|
|
|
pointLogFormDTO.setType(BehaviorEnum.POINTS_GIVE_RULES.getValue()); |
|
|
|
pointLogFormDTO.setUserId(statementFromDto.getUserId()); |
|
|
|
pointFeignClient.updataPoint(pointLogFormDTO); |
|
|
|
} |
|
|
|
|