This commit is contained in:
邹宗楠
2022-08-04 14:44:02 +08:00
parent f3848a6a65
commit 8f9e334e0b

View File

@@ -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: