mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-14 15:00:14 +08:00
update 提现状态
This commit is contained in:
@@ -145,7 +145,7 @@ public class SettleOrderReportServiceImpl implements ISettleOrderReportService {
|
|||||||
String withdrawStatus = null;
|
String withdrawStatus = null;
|
||||||
if (StringUtils.equals(clearingBillVO.getWithdrawStatus(), "0")) {
|
if (StringUtils.equals(clearingBillVO.getWithdrawStatus(), "0")) {
|
||||||
withdrawStatus = "处理中";
|
withdrawStatus = "处理中";
|
||||||
} else {
|
} else if (StringUtils.equals(clearingBillVO.getWithdrawStatus(), "1")){
|
||||||
withdrawStatus = "已提现";
|
withdrawStatus = "已提现";
|
||||||
}
|
}
|
||||||
vo.setWithdrawStatus(withdrawStatus);
|
vo.setWithdrawStatus(withdrawStatus);
|
||||||
|
|||||||
Reference in New Issue
Block a user