This commit is contained in:
邹宗楠
2023-03-21 16:12:58 +08:00
parent 5e2bca840d
commit 1c44b0a8f1
3 changed files with 8 additions and 3 deletions

View File

@@ -265,6 +265,9 @@ func (c *PrinterHandler) PrintOrder(ctx *jxcontext.Context, store *model.Store,
}
orderSel := utils.Int2Str(order.VendorID) + utils.Int2Str(order.OrderSeq)
globals.SugarLogger.Debugf("=store.PrinterSN=====:%s", store.PrinterSN)
globals.SugarLogger.Debugf("=store.orderSel=====:%s", orderSel)
globals.SugarLogger.Debugf("string(orderPrint)======%s", string(orderPrint))
return c.PrintMsg(ctx, store.PrinterSN, orderSel, "", string(orderPrint))
}