Commit 46f0babc by feixiang

fix:枚举值修改

parent 1b7c062e
......@@ -31,9 +31,10 @@ class OrderEnum
const TYPE_COLLECTION = 3; //拼团
const TYPE_CARD = 4; //储值卡购买订单
const CHANGE_PRICE_TRUE = 1;
const CHANGE_PRICE_FALSE = 2;
const CHANGE_PRICE_FALSE = 1;
const CHANGE_PRICE_TRUE = 2;
//对账锁定
const LOCK = 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