src/main/java/cc/mrbird/febs/mall/service/impl/MallMemberWithdrawServiceImpl.java
@@ -79,13 +79,14 @@ withdraw.setAmount(withdrawalDto.getAmount()); withdraw.setStatus(1); withdraw.setAmountFee(serviceFee); withdraw.setRemark(withdrawalDto.getBankNo()); // withdraw.setWtihdrawTypeId(mallMemberBank.getId()); this.baseMapper.insert(withdraw); //生成提现流水记录 Long subsidyAmountFlowId = mallMoneyFlowService.addMoneyFlow( memberId, orderNo, withdrawalDto.getAmount(), withdrawalDto.getAmount().negate(), MallMoneyFlowTypeEnum.WITHDRAW.getCode(), MallMoneyFlow.STATUS_ING, MallMoneyFlow.IS_RETURN_Y,