浏览代码

优化代码

java110 3 年之前
父节点
当前提交
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>