|
|
@ -1494,7 +1494,7 @@ public class DataStatsServiceImpl implements DataStatsService { |
|
|
|
boolean isYesterday = DateUtils.getBeforeNDay(1,DateUtils.DATE_PATTERN_YYYYMMDD).equals(formDTO.getDateId()); |
|
|
|
switch (formDTO.getType()){ |
|
|
|
case "yesterday": |
|
|
|
startDate = DateUtils.getBeforeNDay(formDTO.getDateId(),1); |
|
|
|
startDate = formDTO.getDateId(); |
|
|
|
endDate = formDTO.getDateId(); |
|
|
|
break; |
|
|
|
case "thisWeek": |
|
|
|