|
|
@ -81,8 +81,10 @@ public class DateCheckApplyController { |
|
|
|
Integer yearNum = Integer.parseInt(year)-1; |
|
|
|
|
|
|
|
LocalDate startDate = LocalDate.of(LocalDate.now().getYear()-yearNum,1,1); |
|
|
|
if(param.getStartDate()==null || startDate.isAfter(param.getStartDate())) { |
|
|
|
param.setStartDate(startDate); |
|
|
|
} |
|
|
|
} |
|
|
|
DataCheckApplyDetailInfo detailInfo = dateCheckApplyService.getDataCheckApplyDetailInfo(param); |
|
|
|
return R.ok(detailInfo); |
|
|
|
} |
|
|
|