czt
2025-06-10 694f541f9f4bc51818395be84e5ddf322c8048d8
igds-manager/src/main/java/com/ld/igds/m/view/FinancePR.java
@@ -71,7 +71,8 @@
   @DataProvider
   public List<CashFlow> getCashFlowData(Map<String, Object> param) {
      return financeService.getCashFlowData(param);
      List<CashFlow> cashFlowData = financeService.getCashFlowData(param);
      return cashFlowData;
   }
   /**