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