Commit e3cd6b86 by huluobin

调休时间可以申请加班

parent b3abfc9e
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
or (start_time > #{startTime} and end_time < #{endTime})) or (start_time > #{startTime} and end_time < #{endTime}))
and apply_technician_id = #{applyTechnicianId} and apply_technician_id = #{applyTechnicianId}
and `status` != 3 and `status` != 3
and type != 2
</select> </select>
<select id="takeLeaveId" resultType="com.gogirl.domain.store.oa.OvertimeRecord"> <select id="takeLeaveId" resultType="com.gogirl.domain.store.oa.OvertimeRecord">
SELECT t1.* SELECT t1.*
......
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