Commit 77648c12 authored by hongguangwu's avatar hongguangwu

MVP1.7.17-2000改为5条

parent d2837eee
...@@ -473,7 +473,7 @@ when '4' then '待减员' when '5' then '待办理' when '6' then '减员中' wh ...@@ -473,7 +473,7 @@ when '4' then '待减员' when '5' then '待办理' when '6' then '减员中' wh
</if> </if>
</where> </where>
ORDER BY b.create_time desc,b.id asc ORDER BY b.create_time desc,b.id asc
limit 2000 limit 5
</select> </select>
<!--离职确认列表--> <!--离职确认列表-->
<select id="getEmployeeRegistrationLeaveConfirmTablePage" resultMap="tableAndExportMap"> <select id="getEmployeeRegistrationLeaveConfirmTablePage" resultMap="tableAndExportMap">
......
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