From 04e89000bc9ed021f1c97473fed192e300cf08fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 19 Oct 2022 18:43:14 +0800 Subject: [PATCH] 1 --- dao/print_setting.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dao/print_setting.go b/dao/print_setting.go index 384e5e3..340652f 100644 --- a/dao/print_setting.go +++ b/dao/print_setting.go @@ -92,6 +92,8 @@ func (p *PrintSettingDao) QueryPrintSetting(printNo string) (*settingModel.Print return nil, err } globals.SugarLogger.Debugf("=====result:%s", utils.Format4Output(result, false)) + globals.SugarLogger.Debugf("=====result:%s", utils.Format4Output(printNo, false)) + globals.SugarLogger.Debugf("=====result:%s", utils.Format4Output(utils.DefaultTimeValue, false)) if len(result) != 1 { return nil, fmt.Errorf("打印机设置查询错误,联系管理员") }