Pu Zhibing
2024-12-15 0ac52fc4efed18fc2a85a4858abec7dabd55ffad
DriverAHTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/impl/WithdrawalServiceImpl.java
@@ -76,7 +76,12 @@
        if(null == type){
            type = 1;
        }
        Double balance = driver.getBalance();
        Double withdrawFrozenAmount = driver.getWithdrawFrozenAmount();
        if(balance - money < withdrawFrozenAmount){
            return ResultUtil.error("提交失败!已超出当前提现冻结额度");
        }
        Withdrawal withdrawal = new Withdrawal();
        if(type == 1){
            if(null == driver.getLaveActivityMoney()){