yupeng
2025-02-26 12e6270e9fb0de04ac075c5c4a28c4151874f379
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TBankFlowServiceImpl.java
@@ -118,6 +118,9 @@
                        break;
                    }
                }
                // 系统流水查找不到:抵扣金额为0,剩余金额为流水金额,状态为异常
                flow.setDeductionMoney(BigDecimal.ZERO);
                flow.setRemainingMoney(row.getFlowMoney());
                flow.setFlowStatus(2);
                this.baseMapper.insert(flow);
            }catch (Exception e){