+model.OrderStatusPayed

This commit is contained in:
gazebo
2019-11-26 17:39:13 +08:00
parent 498a28bfe9
commit 6145142f58
2 changed files with 3 additions and 2 deletions

View File

@@ -171,8 +171,8 @@ const (
OrderStatusUndoApplyCancel = -10
OrderStatusApplyCancel = -5
OrderStatusUnknown = 0
OrderStatusUnknown = 0
OrderStatusPayed = 2 // 已支付
OrderStatusNew = 5 // 新订单,实际是已经支付
OrderStatusAccepted = 10 // 已经接单,也即待出库,待拣货
OrderStatusFinishedPickup = 15 // 拣货完成