소스 검색

Merge branch 'feature/custom_pool_edb_calculate_sp' into debug

xyxie 8 달 전
부모
커밋
7572ae31da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      models/predict_edb_data_calculate_bp.go

+ 1 - 1
models/predict_edb_data_calculate_bp.go

@@ -177,7 +177,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
 }