|
|
@@ -226,7 +226,7 @@
|
|
|
<if test="deductFrom !=null and deductFrom != ''">
|
|
|
and pfc.deduct_from = #{deductFrom}
|
|
|
</if>
|
|
|
- order by t.payer_obj_id,t.create_time desc
|
|
|
+ order by t.payer_obj_id,pfc.fee_name,t.end_time
|
|
|
<if test="page != -1 and page != null ">
|
|
|
limit #{page}, #{row}
|
|
|
</if>
|