update 提现状态

This commit is contained in:
2023-09-04 12:00:37 +08:00
parent 62b698dc59
commit 93d4128a0d

View File

@@ -145,7 +145,7 @@ public class SettleOrderReportServiceImpl implements ISettleOrderReportService {
String withdrawStatus = null;
if (StringUtils.equals(clearingBillVO.getWithdrawStatus(), "0")) {
withdrawStatus = "处理中";
} else {
} else if (StringUtils.equals(clearingBillVO.getWithdrawStatus(), "1")){
withdrawStatus = "已提现";
}
vo.setWithdrawStatus(withdrawStatus);