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

+ 1 - 1
java110-db/src/main/resources/mapper/report/ReportFeeMonthStatisticsServiceDaoImplMapper.xml

@@ -1131,7 +1131,7 @@
     </select>
 
     <select id="queryAllPaymentCount" parameterType="Map" resultType="Map">
-        select t.fee_name feeName,count(distinct .obj_id) objCount
+        select t.fee_name feeName,count(distinct t.obj_id) objCount
         from report_fee_month_statistics t
         where t.community_id = #{communityId}
         group by t.config_id,t.fee_name