作者 tangxvhui

调整更新逻辑

@@ -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 }