screen-api/src/main/java/com/moral/api/service/impl/AllocationServiceImpl.java | ●●●●● patch | view | raw | blame | history |
screen-api/src/main/java/com/moral/api/service/impl/AllocationServiceImpl.java
@@ -327,7 +327,7 @@ Date dateOfDay = DateUtils.getDateOfDay(allocation.getEscalationTime(), allocation.getChangeDay()); Date date = new Date(); boolean timeBefor = DateUtils.isTimeBefor(date, dateOfDay); if (timeBefor && !state.equals("40") && !state.equals("50")){ if (timeBefor && !state.equals("40") && !state.equals("50") && !state.equals("9")){ //逾期次数 overdue++; }