Browse Source

预测指标升频修改

xyxie 7 months ago
parent
commit
0d95c0afc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/predict_edb_data_calculate_bp.go

+ 1 - 1
models/predict_edb_data_calculate_bp.go

@@ -176,7 +176,7 @@ func RefreshAllPredictCalculateBp(edbInfoId, source, subSource int, fromEdbInfo
 	}()
 
 	// 计算数据
-	latestDateStr, latestValue, err = refreshAllPredictCalculateBp(to, edbInfoId, source, subSource, fromEdbInfo, edbCode, startDate, endDate, emptyType, 0)
+	latestDateStr, latestValue, err = refreshAllPredictCalculateBp(to, edbInfoId, source, subSource, fromEdbInfo, edbCode, startDate, endDate, 0, emptyType)
 	return
 }