From 975c150a57709d2fa8554a514add1c88c8223350 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 21 Jul 2021 16:18:58 +0800 Subject: [PATCH] aa --- business/jxstore/event/event_tcp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 441af2949..324f6fe87 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -443,7 +443,7 @@ func buildMsg(printMsg *model.PrintMsg) (data []byte, err error) { } func replaceContentOther(content string) string { - return strings.ReplaceAll(content, "⃣", " ") + return strings.ReplaceAll(content, "⃣️", " ") } func getCheckSum(str string) (check string) {