java110 преди 4 години
родител
ревизия
5e9c3eae4e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      service-report/src/main/java/com/java110/report/dao/impl/ReportFeeMonthStatisticsServiceDaoImpl.java

+ 1 - 1
service-report/src/main/java/com/java110/report/dao/impl/ReportFeeMonthStatisticsServiceDaoImpl.java

@@ -94,7 +94,7 @@ public class ReportFeeMonthStatisticsServiceDaoImpl extends BaseServiceDao imple
             return 0;
         }
 
-        return Double.parseDouble(businessReportFeeMonthStatisticsInfos.get(0).get("count").toString());
+        return Double.parseDouble(businessReportFeeMonthStatisticsInfos.get(0).get("total").toString());
     }
 
     /**