Procházet zdrojové kódy

调整车辆租赁费加工

weijianghai před 2 týdny
rodič
revize
d881e73ae5

+ 2 - 0
src/test/java/com/nokia/financeapi/shouqi/CarZuLinTests.java

@@ -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 {