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) {