java110 5 lat temu
rodzic
commit
b04fbc0303

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

@@ -264,7 +264,7 @@
                 and t.create_time <= #{endTime}
             </if>
             group by t.fee_year,t.fee_month
-        )
+        ) t
     </select>