Commit 9deab872 authored by 黎博's avatar 黎博

去掉"审核通过未提现"

parent 7e41391d
......@@ -9,7 +9,7 @@ public enum LoanStatus {
UNDER_REVIEW(1, "授信中"),
REVIEW_PASS(2, "审核通过"),
REVIEW_REFUSE(3, "审核拒绝"),
LOAN_ING(4, "审核通过未提现"),
// LOAN_ING(4, "审核通过未提现"),
LOAN_SUCESS(5, "放款成功"),
LOAN_FAIL(6, "放款失败"),
MULTI_ORDER(7, "多订单白名单");
......
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