正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -59,7 +59,7 @@ func (l *SystemEditAticleCommentLoveLogic) SystemEditAticleCommentLove(req *type | @@ -59,7 +59,7 @@ func (l *SystemEditAticleCommentLoveLogic) SystemEditAticleCommentLove(req *type | ||
59 | } | 59 | } |
60 | err = transaction.UseTrans(l.ctx, conn.DB(), func(ctx context.Context, c transaction.Conn) error { | 60 | err = transaction.UseTrans(l.ctx, conn.DB(), func(ctx context.Context, c transaction.Conn) error { |
61 | for _, val := range commetList { | 61 | for _, val := range commetList { |
62 | - _, err := l.svcCtx.ArticleCommentRepository.Update(ctx, c, val) | 62 | + _, err := l.svcCtx.ArticleCommentRepository.UpdateWithVersion(ctx, c, val) |
63 | if err != nil { | 63 | if err != nil { |
64 | return err | 64 | return err |
65 | } | 65 | } |
-
请 注册 或 登录 后发表评论