Commit 4d48b976 authored by lwy's avatar lwy

修改工时审批

parent 394170c5
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
FROM timesheet tm FROM timesheet tm
JOIN project_manage pm ON pm.project_number = tm.project_number JOIN project_manage pm ON pm.project_number = tm.project_number
LEFT JOIN sys_user su1 ON su1.user_id = pm.project_manager_id LEFT JOIN sys_user su1 ON su1.user_id = pm.project_manager_id
LEFT JOIN sys_user su2 ON su2.user_id = tm.department_leader_id LEFT JOIN sys_user su2 ON su2.user_id = pm.department_leader_id
WHERE tm.deleted = 0 WHERE tm.deleted = 0
<if test="employId != null and employId != ''"> <if test="employId != null and employId != ''">
and tm.employ_id = #{employId} and tm.employ_id = #{employId}
......
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