|
@@ -821,7 +821,7 @@
|
|
|
and t.end_time < #{endTime}
|
|
and t.end_time < #{endTime}
|
|
|
and t.community_id= #{communityId}
|
|
and t.community_id= #{communityId}
|
|
|
group by pfc.fee_name ,pfc.config_id
|
|
group by pfc.fee_name ,pfc.config_id
|
|
|
- order by oweCount
|
|
|
|
|
|
|
+ order by objCount
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="queryOwePaymentCount" parameterType="Map" resultType="Map">
|
|
<select id="queryOwePaymentCount" parameterType="Map" resultType="Map">
|