Commit 933857b7 by feixiang

订单支付状态枚举

parent 8cae3b17
...@@ -36,6 +36,13 @@ class OrderEnum ...@@ -36,6 +36,13 @@ class OrderEnum
self::TYPE_COLLECTION, self::TYPE_COLLECTION,
]; ];
const PAID_STATUS = [
self::STATUS_PAID,
self::STATUS_DELIVERY,
self::STATUS_DELIVERED,
self::STATUS_EVALUATION
];
//对账状态 //对账状态
const BALANCE_STATE_FALSE = 0; //未对账 const BALANCE_STATE_FALSE = 0; //未对账
const BALANCE_STATE_TRUE = 1;//已对账 const BALANCE_STATE_TRUE = 1;//已对账
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment