添加打印机

This commit is contained in:
邹宗楠
2022-08-23 09:58:20 +08:00
parent 479121c5ce
commit a477745f84

View File

@@ -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
} }