|
|
@@ -1098,6 +1098,7 @@
|
|
|
<if test="depIds != null and depIds != ''">
|
|
|
and f.id in (${depIds})
|
|
|
</if>
|
|
|
+ order by a.create_time desc
|
|
|
<!-- 特殊处理字段结束 -->
|
|
|
<if test="page_sql != null">
|
|
|
${page_sql}
|
|
|
@@ -1348,6 +1349,7 @@
|
|
|
<if test="financeName != null and financeName != ''">
|
|
|
and d.name = #{financeName,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
+ order by a.create_time desc
|
|
|
<if test="page_sql != null">
|
|
|
${page_sql}
|
|
|
</if>
|
|
|
@@ -1466,6 +1468,7 @@
|
|
|
<if test="isFinance == 1"> <!-- 我的结算流水 -->
|
|
|
and b.finance_id = #{aid,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
+ order by a.create_time desc
|
|
|
<if test="page_sql != null">
|
|
|
${page_sql}
|
|
|
</if>
|
|
|
@@ -1608,10 +1611,10 @@
|
|
|
<if test="financeName != null and financeName != ''">
|
|
|
and d.name = #{financeName,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
+ order by a.create_time desc
|
|
|
<if test="page_sql != null">
|
|
|
${page_sql}
|
|
|
</if>
|
|
|
- order by a.create_time desc
|
|
|
</select>
|
|
|
<select id="selectSetUpServiceOrderCount" resultType="java.lang.Integer">
|
|
|
select
|