fix
Hentua
2023-04-08 810038210b45bcd9dd18f6037f56af906d6a699f
src/main/java/cc/mrbird/febs/pay/service/impl/WxPayServiceImpl.java
@@ -112,7 +112,7 @@
        orderInfo.setPayTradeNo(params.get("transaction_id"));
        orderInfoMapper.updateById(orderInfo);
        commonService.changeWallet(orderInfo.getId(), FlowTypeEnum.BALANCE.getValue());
        commonService.changeWallet(orderInfo.getId(), FlowTypeEnum.WECHAT.getValue());
        /**
         * 插入一条待处理记录