|
@@ -113,7 +113,7 @@ public class TbBusinessCarController {
|
|
|
String limitDay = so.getString("limitDay");
|
|
|
if (StrUtil.isNotEmpty(limitDay)){
|
|
|
LocalDate now=LocalDate.now();
|
|
|
- LocalDate startDay=now.minusMonths(1);
|
|
|
+ LocalDate startDay=now.minusMonths(6);
|
|
|
DateTimeFormatter formatter=DateTimeFormatter.ofPattern("yyyy-MM-dd");
|
|
|
String startDayStr=startDay.format(formatter);
|
|
|
String endDayStr=now.format(formatter);
|