From 4dc034cde9b4dfd2d7b9fd88dcd833a9a4bbfe1d Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Thu, 1 Jul 2021 11:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=B8=E9=87=8F=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/event/event_tcp.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index d4f45141c..2bec035a0 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -31,8 +31,9 @@ const ( heartErrWithoutPaper = "04" //心跳错,缺纸 heartErrHot = "08" //过热 - printerStatusOnline = 1 //在线 - printerStatusOffline = -1 //离线 + printerStatusOnlineWithoutPaper = 2 //在线缺纸 + printerStatusOnline = 1 //在线 + printerStatusOffline = -1 //离线 ) //标签