소스 검색

租赁费用增加year_no,month_no

weijianghai 2 달 전
부모
커밋
7dbef957ef
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/test/java/com/nokia/financeapi/shouqi/CarZuLinTests.java

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

@@ -219,6 +219,8 @@ class CarZuLinTests {
                     localDate = localDate.plusMonths(1);
                     Integer nextMonthInteger = Integer.valueOf(localDate.format(DateTimeFormatter.ofPattern("yyyyMM")));
                     t.put("year_month", nextMonthInteger.toString());
+                    t.put("year_no", localDate.format(DateTimeFormatter.ofPattern("yyyy")));
+                    t.put("month_no", localDate.format(DateTimeFormatter.ofPattern("MM")));
                     t.put("che_pai_hao", tiHuanNianYueInteger != null
                             && nextMonthInteger.compareTo(tiHuanNianYueInteger) >= 0 ? chePaiHaoTiHuan : chePaiHaoHeTong);
                     resultList.add(t);