餐位费问题
This commit is contained in:
@@ -771,7 +771,7 @@ public abstract class PrinterHandler {
|
||||
case "take-out" -> printInfoDTO.setPrintType("收银-外带");
|
||||
case "take-away" -> printInfoDTO.setPrintType("收银-外卖");
|
||||
}
|
||||
if ("dine-in".equals(orderInfo.getDineMode())) {
|
||||
if (!"dine-in".equals(orderInfo.getDineMode())) {
|
||||
orderInfo.setSeatAmount(BigDecimal.ZERO);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user