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