This commit is contained in:
邹宗楠
2026-05-09 17:25:32 +08:00
parent d339ebb47b
commit 040f0b7d8d
4 changed files with 242 additions and 394 deletions

View File

@@ -386,7 +386,7 @@ func DoPrintMsg(appID int, msgID, printNo, content string, orderNo string) (err
Status: event.PrintMsgWait,
}
t, ok := event.PrintObject.GetPrintObj(printNo)
t, ok := event.TcpClientList[printNo]
if ok {
t.Lock()
defer t.Unlock()