Commit 58f008e9 by ping.wu

支付状态与v2订单基础服务同步

parent ec070bc3
...@@ -21,7 +21,7 @@ public enum PayStatusEnum { ...@@ -21,7 +21,7 @@ public enum PayStatusEnum {
HAVE_PAID(2, "已支付"), HAVE_PAID(2, "已支付"),
HAVE_REFUND(3, "已退款"), HAVE_REFUND(3, "已退款"),
HAVE_PART_REFUND(4, "已经部分退款"), HAVE_PART_REFUND(4, "已经部分退款"),
COMPLETE(5, "完成"); ;
private Integer code; private Integer code;
......
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