Appointments dev
Compare changes
Files
32@@ -62,9 +62,9 @@ public class AppointmentDao {
@@ -62,9 +62,9 @@ public class AppointmentDao {
if (o1.getTypes().contains(AppointmentType.LEVEL_A) || o1.getTypes().contains(AppointmentType.LEVEL_A_TQ)) {
} else if (o2.getTypes().contains(AppointmentType.LEVEL_A) || o2.getTypes().contains(AppointmentType.LEVEL_A_TQ)) {
@@ -79,8 +79,11 @@ public class AppointmentDao {
@@ -79,8 +79,11 @@ public class AppointmentDao {
if (appointmentEntry.getTypes().contains(AppointmentType.LEVEL_A) || appointmentEntry.getTypes().contains(AppointmentType.LEVEL_A_TQ)) {
@@ -101,7 +104,10 @@ public class AppointmentDao {
@@ -101,7 +104,10 @@ public class AppointmentDao {
@@ -109,7 +115,7 @@ public class AppointmentDao {
@@ -109,7 +115,7 @@ public class AppointmentDao {