|
@@ -56,7 +56,7 @@
|
|
|
<if test="feeMoney !=null and feeMoney != ''">
|
|
<if test="feeMoney !=null and feeMoney != ''">
|
|
|
and t.fee_money= #{feeMoney}
|
|
and t.fee_money= #{feeMoney}
|
|
|
</if>
|
|
</if>
|
|
|
- order by t.create_time desc
|
|
|
|
|
|
|
+ order by t.create_time
|
|
|
<if test="page != -1 and page != null ">
|
|
<if test="page != -1 and page != null ">
|
|
|
limit #{page}, #{row}
|
|
limit #{page}, #{row}
|
|
|
</if>
|
|
</if>
|