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