diff --git a/cmd/internal/controller/artistinfo_statement.go b/cmd/internal/controller/artistinfo_statement.go index 4e16bed..6577fbc 100644 --- a/cmd/internal/controller/artistinfo_statement.go +++ b/cmd/internal/controller/artistinfo_statement.go @@ -12,7 +12,7 @@ import ( type StatementServerProvider struct { artistinfoStatement.UnimplementedStatementServer - logic logic.StatementLogic + logic logic.StatementServerLogic } func (s *StatementServerProvider) CreateStatementBatch(ctx context.Context, in *artistinfoStatement.StatementBatchRequest) (res *artistinfoStatement.CreateStatementBatchResponse, err error) {