@@ -1612,7 +1612,6 @@ func GetChartPredictEdbInfoDataListByRuleDynamicYOYComparisonOrDifference(ruleTy
if replaceValue, replaceOk := getReplaceValue(existMap, 35, 1,-1, preDate); !replaceOk {
continue
} else {
- fmt.Println(replaceValue)
baseDynamicDataList[preDateStr] = replaceValue
predictDayList = append(predictDayList, date)
}