|
@@ -171,7 +171,7 @@
|
|
|
<if test="feeId !=null and feeId != ''">
|
|
<if test="feeId !=null and feeId != ''">
|
|
|
and t.fee_id = #{feeId}
|
|
and t.fee_id = #{feeId}
|
|
|
</if>
|
|
</if>
|
|
|
- order by t.create_time desc
|
|
|
|
|
|
|
+ order by t.create_time desc,t.obj_name asc
|
|
|
<if test="page != -1 and page != null ">
|
|
<if test="page != -1 and page != null ">
|
|
|
limit #{page}, #{row}
|
|
limit #{page}, #{row}
|
|
|
</if>
|
|
</if>
|