|
@@ -77,10 +77,11 @@ 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, 2, -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)
|