Commit ac16eac2 authored by zhangfeng's avatar zhangfeng

feat(wealth): 修改开票状态枚举

parent 8df64eb0
...@@ -21,7 +21,7 @@ public enum InvoicingStatusEnum implements IntArrayValuable { ...@@ -21,7 +21,7 @@ public enum InvoicingStatusEnum implements IntArrayValuable {
/** /**
* 已取消 * 已取消
*/ */
CANCELLED(4, "已取消", "Cancelled"), CANCELLED(2, "已取消", "Cancelled"),
/** /**
* 不开票 * 不开票
*/ */
...@@ -29,7 +29,7 @@ public enum InvoicingStatusEnum implements IntArrayValuable { ...@@ -29,7 +29,7 @@ public enum InvoicingStatusEnum implements IntArrayValuable {
/** /**
* 无申请记录 * 无申请记录
*/ */
NO_RECORD(5, "无申请记录", "NoRecord"); NO_RECORD(4, "无申请记录", "NoRecord");
......
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