This commit is contained in:
邹宗楠
2023-03-21 17:33:26 +08:00
parent 926cea22da
commit 10ad46ea29
3 changed files with 34 additions and 35 deletions

View File

@@ -265,9 +265,6 @@ 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))
}