java110 лет назад: 4
Родитель
Сommit
5e9c3eae4e

+ 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());
     }
 
     /**