Sfoglia il codice sorgente

[合同][修改][修改物业合同]

release_toaliyun_real
luozukai 7 anni fa
parent
commit
31e1c4fc5b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/utils/DateUtils.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/utils/DateUtils.java Vedi File

@@ -1105,7 +1105,7 @@ public class DateUtils {
LocalDate end = localDateTime.toLocalDate(); LocalDate end = localDateTime.toLocalDate();


if (!start.isBefore(end)) { if (!start.isBefore(end)) {
throw new IllegalArgumentException("Start must not be before end.");
throw new IllegalArgumentException("日期不正确,请检查。");
} }


Period period = Period.between(start, end); Period period = Period.between(start, end);


Caricamento…
Annulla
Salva