java110 %!s(int64=3) %!d(string=hai) anos
pai
achega
5526cd30fc

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

@@ -397,10 +397,7 @@
         <if test="endTime !=null and endTime != ''">
             and t.create_time &lt;= #{endTime}
         </if>
-        group by t.fee_year,t.fee_month,t.create_time createTime
-        <if test="configIds !=null">
-         ,t.config_id configId
-        </if>
+        group by t.fee_year,t.fee_month,t.create_time
         <if test="configIds !=null">
             ,t.config_id
         </if>