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