mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
优化
This commit is contained in:
@@ -117,7 +117,7 @@ func (this *PullKline) Run(ctx context.Context, m *tdx.Manage) error {
|
||||
last := new(Kline)
|
||||
if _, err = db.Table(table).Desc("Date").Get(last); err != nil {
|
||||
logs.Err(err)
|
||||
return
|
||||
//return
|
||||
}
|
||||
|
||||
//3. 从服务器获取数据
|
||||
|
||||
Reference in New Issue
Block a user