|
|
@@ -397,10 +397,7 @@
|
|
|
<if test="endTime !=null and endTime != ''">
|
|
|
and t.create_time <= #{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>
|