From 8f9e334e0b91e766da02a5764f238c8c55e02343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 4 Aug 2022 14:44:02 +0800 Subject: [PATCH] 1 --- business/jxstore/event/event_tcp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 01dbaf25b..5f9e3183d 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -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: