1.排队取号 取消接口修改

This commit is contained in:
2024-09-14 17:37:35 +08:00
parent 17d8dd01ca
commit 319a8e13c5
2 changed files with 4 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ public class PrintMechineConsumer {
log.info("打印机列表,{}", ArrayUtil.toString(list));
log.info("待打印订单信息, {}", orderInfo);
list.parallelStream().forEach(tbPrintMachineWithBLOBs->{
list.forEach(tbPrintMachineWithBLOBs->{
if (!"network".equals(tbPrintMachineWithBLOBs.getConnectionType())) {
log.error("非网络打印机:{},{}",tbPrintMachineWithBLOBs.getAddress(),tbPrintMachineWithBLOBs.getConnectionType());
return;