xuhy
2025-02-27 c474556f44163526700fd7c99a88e37e4297e23f
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){