From 5c27280b255e9cdbe756cc7430ff5c45d55ef001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 7 Dec 2022 17:51:25 +0800 Subject: [PATCH] 1 --- services/print_server/print.go | 1 + 1 file changed, 1 insertion(+) diff --git a/services/print_server/print.go b/services/print_server/print.go index 655bb95..78a2e32 100644 --- a/services/print_server/print.go +++ b/services/print_server/print.go @@ -74,6 +74,7 @@ func GetPrinters(userId string, appID int, printNo, name string, status, isOnlin if err != nil { return nil, err } + fmt.Println("================", utils.Format4Output(page, false)) globals.SugarLogger.Debugf("==================page==%s", utils.Format4Output(page, false)) print2 := make([]model.Printer, 0, 0) if err := json.Unmarshal([]byte(utils.Interface2String(page.Data)), &print2); err != nil {