|
@@ -211,6 +211,8 @@ class CarZuLinTests {
|
|
|
tiHuanNianYueInteger != null && yearMonthInteger.compareTo(tiHuanNianYueInteger) >= 0);
|
|
|
}
|
|
|
map.put("source", path.getFileName().toString());
|
|
|
+ map.put("year_no", localDate.format(DateTimeFormatter.ofPattern("yyyy")));
|
|
|
+ map.put("month_no", localDate.format(DateTimeFormatter.ofPattern("MM")));
|
|
|
resultList.add(map);
|
|
|
for (int i = 1; i < zuQiInt; i++) {
|
|
|
try {
|