升级引用库版本

This commit is contained in:
钱纯净
2025-08-24 20:20:53 +08:00
parent 8b3ff3af01
commit 0a1a6194af
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ func (this *PullKlineMysql) Name() string {
}
func (this *PullKlineMysql) Run(ctx context.Context, m *tdx.Manage) error {
limit := chans.NewWaitLimit(uint(this.Config.Limit))
limit := chans.NewWaitLimit(this.Config.Limit)
//1. 获取所有股票代码
codes := this.Config.Codes

View File

@@ -105,7 +105,7 @@ func (this *PullKline) DayKlines(code string) (Klines, error) {
}
func (this *PullKline) Run(ctx context.Context, m *tdx.Manage) error {
limit := chans.NewWaitLimit(uint(this.Config.Limit))
limit := chans.NewWaitLimit(this.Config.Limit)
//1. 获取所有股票代码
codes := this.Config.Codes