|
|
@ -62,6 +62,9 @@ public class TimeChange {
|
|
|
|
if(currentDate.isAfter(endDate)){
|
|
|
|
if(currentDate.isAfter(endDate)){
|
|
|
|
items.setStatus(1);
|
|
|
|
items.setStatus(1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (currentDate.equals(startDate)||currentDate.equals(endDate)) {
|
|
|
|
|
|
|
|
items.setStatus(2);
|
|
|
|
|
|
|
|
}
|
|
|
|
if (currentDate.isAfter(startDate) && currentDate.isBefore(endDate)) {
|
|
|
|
if (currentDate.isAfter(startDate) && currentDate.isBefore(endDate)) {
|
|
|
|
items.setStatus(2);
|
|
|
|
items.setStatus(2);
|
|
|
|
}
|
|
|
|
}
|
|
|
|