Outbox Message and Scheduler class bug fixed.

This commit is contained in:
Ali CANLI
2022-07-17 12:33:35 +03:00
parent 3626ed70de
commit e1c2a8312b
7 changed files with 47 additions and 90 deletions

View File

@@ -34,7 +34,7 @@ public class RestaurantEntity {
private BigDecimal productPrice;
private Boolean productActive;
private Boolean productAvailable;
@Override
public boolean equals(Object o) {