|
|
|
@@ -27,7 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<set> |
|
|
|
<if test="onDutyHourStart != null ">on_duty_hour_start = #{onDutyHourStart},</if> |
|
|
|
<if test="onDutyHourEnd != null ">on_duty_hour_end = #{onDutyHourEnd},</if> |
|
|
|
<if test="offDutyHourStart != null ">off_duty_hour_start = #{weekendHourStart},</if> |
|
|
|
<if test="offDutyHourStart != null ">off_duty_hour_start = #{offDutyHourStart},</if> |
|
|
|
<if test="offDutyHourEnd != null ">off_duty_hour_end = #{offDutyHourEnd},</if> |
|
|
|
</set> |
|
|
|
where dept_id = #{deptId} |
|
|
|
|