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