1
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user