From 6275b1457014f0745b033e573a131d1b0bbc4388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 30 Dec 2022 10:22:52 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/print.go b/business/jxstore/cms/print.go index 917eeed8f..c47dbda50 100644 --- a/business/jxstore/cms/print.go +++ b/business/jxstore/cms/print.go @@ -347,7 +347,7 @@ func DelPrinterSeq(appID int, printNo string) (err error) { if err != nil { return err } - clearPrint := fmt.Sprintf(`{"print_no":%s}`, printNo) + clearPrint := fmt.Sprintf(`{"print_no_clear":%s}`, printNo) // 发送数据 if _, err := conn.Write([]byte(clearPrint)); err != nil { return err