添加打印机
This commit is contained in:
@@ -40,7 +40,7 @@ func PrintOrder(ctx *jxcontext.Context, vendorOrderID string, vendorID int) (pri
|
|||||||
order.StoreID = storeID
|
order.StoreID = storeID
|
||||||
order.JxStoreID = storeID
|
order.JxStoreID = storeID
|
||||||
}
|
}
|
||||||
printResult, err = PrintOrderByOrder(ctx, order, "")
|
printResult, err = PrintOrderByOrder(ctx, order, "order")
|
||||||
}
|
}
|
||||||
return printResult, err
|
return printResult, err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user