jyy
2021-03-16 67e2e142e752b724e021f3562c7f28e128e6f118
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("提现成功");