Commit 68ebc121 authored by hongguangwu's avatar hongguangwu

MVP1.7.17-离职待办-派单暂存

parent fe602a7e
...@@ -550,8 +550,7 @@ when '4' then '待减员' when '5' then '待办理' when '6' then '减员中' wh ...@@ -550,8 +550,7 @@ when '4' then '待减员' when '5' then '待办理' when '6' then '减员中' wh
<select id="selectLeaveListBySure" resultMap="employeeRegistrationLeaveMap" > <select id="selectLeaveListBySure" resultMap="employeeRegistrationLeaveMap" >
SELECT SELECT
a.ID, <include refid="Base_Column_List"/>
a.leave_status
FROM employee_registration_leave a FROM employee_registration_leave a
where a.leave_status = '0' where a.leave_status = '0'
<if test="idList != null"> <if test="idList != null">
......
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