This commit is contained in:
suyl
2021-07-29 18:53:45 +08:00
parent 032d106d89
commit 952c912dbf

View File

@@ -158,7 +158,7 @@ func (t *TcpClient) getPrintStatus(key string) int {
if t.isExist(key) {
return t.Clients[key].Status
} else {
return printerStatusOffline
return printerStatusOnlineWithoutPaper
}
}