czt
2 天以前 256f9c48f2c52985a094a220b644d60d24cb6ed4
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;
   }
   /**