|
|
@ -53,9 +53,12 @@ public class FactOriginExtractController { |
|
|
|
factOriginExtractService.extractAll(extractFormDTO); |
|
|
|
startDate = DateUtils.addDateDays(DateUtils.stringToDate(extractFormDTO.getStartDate(), "yyyyMMdd"), 1); |
|
|
|
} while (endDate.compareTo(startDate) >= 0); |
|
|
|
System.out.println("have params"); |
|
|
|
} else { |
|
|
|
System.out.println("no params"); |
|
|
|
factOriginExtractService.extractAll(extractFormDTO); |
|
|
|
} |
|
|
|
System.out.println("zxc's log "); |
|
|
|
return new Result(); |
|
|
|
} |
|
|
|
|
|
|
|