This commit is contained in:
邹宗楠
2024-07-10 10:35:10 +08:00
parent 0a9699d764
commit eee469ca48
2 changed files with 2 additions and 5 deletions

View File

@@ -670,6 +670,7 @@ func Heartbeat(c net.Conn, t *TcpClient, data string, printNo string) {
//状态不一致再更新状态(可能缺纸了,过热了等)
t.setPrintStatus(printNo, status)
changePrinterStatus(printNo, status)
doPrint(t, printNo)
}
// Callback 打印成功回调