瀏覽代碼

预测指标升频修改

xyxie 8 月之前
父節點
當前提交
0d95c0afc7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 	return
 }
 }