|
|
@@ -75,7 +75,7 @@
|
|
|
<if test="payerObjId !=null and payerObjId != ''">
|
|
|
and t.payer_obj_id= #{payerObjId}
|
|
|
</if>
|
|
|
- order by t.create_time desc
|
|
|
+ order by t.payer_obj_name
|
|
|
<if test="page != -1 and page != null ">
|
|
|
limit #{page}, #{row}
|
|
|
</if>
|
|
|
@@ -289,7 +289,7 @@
|
|
|
#{item}
|
|
|
</foreach>
|
|
|
</if>
|
|
|
- order by t.create_time desc
|
|
|
+ order by t.payer_obj_name
|
|
|
<if test="page != -1 and page != null ">
|
|
|
limit #{page}, #{row}
|
|
|
</if>
|