1
This commit is contained in:
@@ -271,7 +271,7 @@ func (c *PrinterHandler) PrintOrder(ctx *jxcontext.Context, store *model.Store,
|
||||
}
|
||||
|
||||
func (c *PrinterHandler) PrintCancelOrRefundOrder(ctx *jxcontext.Context, printType int, store *model.Store, storeDetail *dao.StoreDetail, order *model.GoodsOrder) (printerStatus *partner.PrinterStatus, err error) {
|
||||
return nil, err
|
||||
return c.PrintOrder(ctx, store, storeDetail, order, "order", nil)
|
||||
}
|
||||
|
||||
// PrintStore 打印门店
|
||||
|
||||
Reference in New Issue
Block a user