From 85781aa3dc6ad7974c61194aab76610a4943fb49 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 21 Jul 2021 16:15:53 +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 ef668c23c..441af2949 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) {