java110 лет назад: 2
Родитель
Сommit
090951a31e

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

@@ -300,7 +300,7 @@
 
     <!-- 查询收费户数 -->
     <select id="getFeeRoomCount" parameterType="Map" resultType="Map">
-        select count(1) oweRoomCount
+        select count(1) feeRoomCount
         from
         (
         select t.obj_id from pay_fee_detail_month t