src/main/java/cc/mrbird/febs/mall/service/impl/AdminMallMemberServiceImpl.java
@@ -475,7 +475,12 @@ } else { iApiMallMemberWalletService.add(mallSystemPayDto.getAddBalance(), mallSystemPayDto.getId(), filedType); } mallMoneyFlowService.addMoneyFlow(memberId, bigDecimal, MoneyFlowTypeEnum.SYSTEM.getValue(), null, type); mallMoneyFlowService.addMoneyFlow( memberId, bigDecimal, GameFlowTypeEnum.PLAYER_CHARGE.getValue(), MallUtils.getOrderNum("CZ"), GameFlowTypeEnum.PLAYER_CHARGE.getDescrition()); return new FebsResponse().success(); }