Commit 26d9cb54 authored by hongguangwu's avatar hongguangwu

ORDER BY a.CREATE_TIME desc

parent 39bc6f8a
......@@ -226,6 +226,7 @@
a.DELETE_FLAG = 0
<include refid="tSalaryStandard_where"/>
</where>
ORDER BY a.CREATE_TIME desc
</select>
<!--tSalaryStandard简单分页查询-->
<select id="getTSalaryStandardAuditPage" resultMap="tSalaryStandardMap">
......@@ -236,7 +237,7 @@
a.DELETE_FLAG = 0
<include refid="where_page"/>
</where>
order by a.CREATE_TIME desc
ORDER BY a.CREATE_TIME desc
</select>
<resultMap id="salaryStandardExportMap" type="com.yifu.cloud.plus.v1.yifu.salary.vo.TSalaryStandardExportVo">
<result property="status" column="STATUS"/>
......@@ -278,6 +279,7 @@
</if>
</if>
</where>
ORDER BY a.CREATE_TIME desc
</select>
<!--tSalaryStandard简单分页查询-->
<select id="getSalaryStandardExportCount" resultType="java.lang.Integer">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment