mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 提现状态
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user