|
|
|
@ -37,7 +37,7 @@ public class CommentServiceImpl implements CommentService { |
|
|
|
private PointsFeignClient pointFeignClient; |
|
|
|
|
|
|
|
@Override |
|
|
|
@GlobalTransactional |
|
|
|
// @GlobalTransactional
|
|
|
|
public Result submit(TokenDto userDetail, CommentFormDTO commentFormDTO) { |
|
|
|
if (null == userDetail) { |
|
|
|
return new Result().error("获取用户信息失败"); |
|
|
|
|