This commit is contained in:
yanweidong
2026-01-27 00:04:33 +08:00
parent e8bfe39dac
commit e55ed7a7a2

View File

@@ -67,11 +67,6 @@ func ReFinaIndicator(in *tushare.APIResponse) (bool, map[string]any) {
func GetFinaIndicator() {
for _, code := range GetStockCodes() {
var fCnt int64
impl.DBService.Model(&models.StockFinaIndicator{}).Where("ts_code=?", code).Count(&fCnt)
if fCnt >= 11 {
continue
}
for _, period := range PeriodArgs {
// 请求API