This commit is contained in:
邹宗楠
2022-12-24 11:19:05 +08:00
parent f098ac1ccb
commit 25062f829b
2 changed files with 4 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ func PrintOrder(ctx *jxcontext.Context, vendorOrderID string, vendorID int) (pri
order.StoreID = storeID
order.JxStoreID = storeID
}
order.Status = model.OrderStatusNew
printResult, err = PrintOrderByOrder(ctx, order, "order", nil)
}
return printResult, err