Commit 231f9135 authored by libin's avatar libin

订单状态更改

parent 1714c8f8
...@@ -27,8 +27,8 @@ public enum StatisticsStatusEnum { ...@@ -27,8 +27,8 @@ public enum StatisticsStatusEnum {
public static List<String> orderPayWays; public static List<String> orderPayWays;
static { static {
// 2 取消 3未完成 6 已完成 // 0 未支付 1 已支付
orderStates = Lists.newArrayList("2","3","6"); orderStates = Lists.newArrayList("0","1");
// 1 app 2 小程序 3 其他 // 1 app 2 小程序 3 其他
orderOrigins = Lists.newArrayList("1","2","3"); orderOrigins = Lists.newArrayList("1","2","3");
// 1 微信 2 支付宝 // 1 微信 2 支付宝
......
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