1
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user