Commit a62803df authored by hongguangwu's avatar hongguangwu

MVP1.7.17-2000改为5条

parent 5b411802
...@@ -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">
......
...@@ -360,7 +360,7 @@ ...@@ -360,7 +360,7 @@
</if> </if>
</where> </where>
order by a.POLICY_END asc,a.id asc order by a.POLICY_END asc,a.id asc
limit 2000 limit 5
</select> </select>
<!-- 导出 --> <!-- 导出 -->
......
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