删除日志

This commit is contained in:
邹宗楠
2023-07-18 13:45:22 +08:00
parent d32e9dd2db
commit 5bfffa506b
6 changed files with 1 additions and 12 deletions

View File

@@ -143,7 +143,6 @@ func (c *PrinterHandler) PrintCancelOrRefundOrder(ctx *jxcontext.Context, printT
} else {
content = c.getCancelOrRefundOrderContentBig(order, printType, storeDetail)
}
globals.SugarLogger.Debugf("PrintCancelOrRefundOrder content=====%s", content)
if content == "" {
return nil, nil
}