|
|
@@ -1131,7 +1131,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="queryAllPaymentCount" parameterType="Map" resultType="Map">
|
|
|
- select t.fee_name feeName,count(distinct .obj_id) objCount
|
|
|
+ select t.fee_name feeName,count(distinct t.obj_id) objCount
|
|
|
from report_fee_month_statistics t
|
|
|
where t.community_id = #{communityId}
|
|
|
group by t.config_id,t.fee_name
|