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

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

@@ -821,7 +821,7 @@
         and t.end_time < #{endTime}
         and t.community_id= #{communityId}
         group by pfc.fee_name ,pfc.config_id
-        order by oweCount
+        order by objCount
     </select>
 
     <select id="queryOwePaymentCount" parameterType="Map" resultType="Map">