瀏覽代碼

fix workdayHourEnd to onDutyHourEnd

tags/v0.8.5^2
yk 2 年之前
父節點
當前提交
ff24dcd198
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      xueyi-modules/xueyi-system/src/main/resources/mapper/deptExt/SysDeptExtMapper.xml

+ 1
- 1
xueyi-modules/xueyi-system/src/main/resources/mapper/deptExt/SysDeptExtMapper.xml 查看文件

@@ -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}


Loading…
取消
儲存