Commit f481e0c7 authored by hongguangwu's avatar hongguangwu

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

parent 9746ff56
...@@ -462,7 +462,7 @@ when '4' then '待减员' when '5' then '待办理' when '6' then '减员中' wh ...@@ -462,7 +462,7 @@ when '4' then '待减员' when '5' then '待办理' when '6' then '减员中' wh
FROM employee_registration_leave a FROM employee_registration_leave a
left join employee_registration b on a.id=b.id left join employee_registration b on a.id=b.id
<where> <where>
1=1 a.leave_status in ('1','2')
<include refid="employeeRegistrationLeave_where"/> <include refid="employeeRegistrationLeave_where"/>
</where> </where>
ORDER BY b.create_time asc,b.id asc ORDER BY b.create_time asc,b.id asc
......
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