打印修改

This commit is contained in:
张松
2025-03-25 19:28:01 +08:00
parent 413baa3e25
commit 2c745fedaa

View File

@@ -201,7 +201,6 @@ public abstract class PrinterHandler {
obj = orderInfo; obj = orderInfo;
shopId = orderInfo.getShopId(); shopId = orderInfo.getShopId();
printMethod = "normal"; printMethod = "normal";
printType = "order";
break; break;
case PrintTypeEnum.ONE: case PrintTypeEnum.ONE:
orderInfo = orderInfoService.getById(data); orderInfo = orderInfoService.getById(data);