|
@@ -152,7 +152,7 @@ func GetPredictDataListByPredictEdbInfo(edbInfo *data_manage.EdbInfo, startDate,
|
|
|
|
|
|
endDateStr := edbInfo.EndDate
|
|
|
|
|
|
- if isTimeBetween {
|
|
|
+ if isTimeBetween && endDate != `` {
|
|
|
reqEndDateTime, _ := time.ParseInLocation(utils.FormatDate, endDate, time.Local)
|
|
|
endDateTime, _ := time.ParseInLocation(utils.FormatDate, edbInfo.EndDate, time.Local)
|
|
|
|