Commit 3879e29b authored by hongguangwu's avatar hongguangwu

MVP1.7.17-离职待办

parent 30ae7e27
......@@ -156,6 +156,9 @@
<if test="employeeRegistrationLeave.joinTimeEnd != null">
AND b.join_leave_date <![CDATA[ <= ]]> #{employeeRegistrationLeave.joinTimeEnd}
</if>
<if test="employeeRegistrationLeave.deptNo != null and employeeRegistrationLeave.deptNo.trim() != ''">
AND b.dept_no = #{employeeRegistrationLeave.deptNo}
</if>
<if test="employeeRegistrationLeave.leaveStatus != null and employeeRegistrationLeave.leaveStatus.trim() != ''">
AND a.leave_status = #{employeeRegistrationLeave.leaveStatus}
......
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