1
This commit is contained in:
@@ -92,6 +92,8 @@ func (p *PrintSettingDao) QueryPrintSetting(printNo string) (*settingModel.Print
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
globals.SugarLogger.Debugf("=====result:%s", utils.Format4Output(result, false))
|
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 {
|
if len(result) != 1 {
|
||||||
return nil, fmt.Errorf("打印机设置查询错误,联系管理员")
|
return nil, fmt.Errorf("打印机设置查询错误,联系管理员")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user