|
@@ -676,7 +676,7 @@ func getPredictEdbDayList(startDate, endDate time.Time, frequency string) (dayLi
|
|
currDate = time.Date(currDate.Year()+1, 12, 31, 0, 0, 0, 0, time.Now().Location())
|
|
currDate = time.Date(currDate.Year()+1, 12, 31, 0, 0, 0, 0, time.Now().Location())
|
|
dayList = append(dayList, currDate)
|
|
dayList = append(dayList, currDate)
|