优化对账单生产者的架子

This commit is contained in:
徐俊杰 2023-03-16 18:09:51 +08:00
parent ce9ea30edc
commit 2c95d31139

View File

@ -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) {