作者 tangxvhui

Merge branch 'dev' into test

@@ -29,7 +29,7 @@ func NewSystemEditAticleCommentLoveLogic(ctx context.Context, svcCtx *svc.Servic @@ -29,7 +29,7 @@ func NewSystemEditAticleCommentLoveLogic(ctx context.Context, svcCtx *svc.Servic
29 func (l *SystemEditAticleCommentLoveLogic) SystemEditAticleCommentLove(req *types.SystemEditCommentLoveRequest) (resp *types.SystemEditCommentLoveResponse, err error) { 29 func (l *SystemEditAticleCommentLoveLogic) SystemEditAticleCommentLove(req *types.SystemEditCommentLoveRequest) (resp *types.SystemEditCommentLoveResponse, err error) {
30 var conn = l.svcCtx.DefaultDBConn() 30 var conn = l.svcCtx.DefaultDBConn()
31 31
32 - if len(req.ParamList) > 0 { 32 + if len(req.ParamList) <= 0 {
33 return &types.SystemEditCommentLoveResponse{}, nil 33 return &types.SystemEditCommentLoveResponse{}, nil
34 } 34 }
35 paramMap := map[int64]int{} 35 paramMap := map[int64]int{}