1
This commit is contained in:
@@ -222,6 +222,7 @@ func (t *TcpClient) doPrint(key string) (err error) {
|
||||
case printerStatusOnline:
|
||||
if c = t.getPrintConn(printMsg.PrintNo); c != nil {
|
||||
data, err = buildMsg(printMsg)
|
||||
printMsg.ContentEncryption = string(data)
|
||||
dao.UpdateEntity(db, printMsg, "ContentEncryption")
|
||||
}
|
||||
case printerStatusOffline:
|
||||
|
||||
Reference in New Issue
Block a user