作者 tangxvhui

bug 4499 ,空map 异常崩溃

@@ -24,6 +24,7 @@ func NewMiniSearchArticlePageLogic(ctx context.Context, svcCtx *svc.ServiceConte @@ -24,6 +24,7 @@ func NewMiniSearchArticlePageLogic(ctx context.Context, svcCtx *svc.ServiceConte
24 Logger: logx.WithContext(ctx), 24 Logger: logx.WithContext(ctx),
25 ctx: ctx, 25 ctx: ctx,
26 svcCtx: svcCtx, 26 svcCtx: svcCtx,
  27 + userCache: make(map[int64]*domain.User),
27 } 28 }
28 } 29 }
29 30