xiaoyong931011
2021-03-17 95e243f16ae50cc727767880311af8c5b8f397f8
zq-erp/src/main/java/com/matrix/system/shopXcx/api/action/WxSalesWithdrawalAction.java
@@ -110,6 +110,7 @@
                //扣除用户剩余提现金额
                loginUser.setWithdrawalCash(loginUser.getWithdrawalCash()-withdrawalCashDto.getAmount());
                bizUserDao.updateByModel(loginUser);
                redisUserLoginUtils.updateUserInfo(loginUser);
                return AjaxResult.buildSuccessInstance("提现成功");