Browse Source

yinruoxi:

修改:
1.bug修改
tags/v0.8.0a
kira 2 years ago
parent
commit
7fae0f5092
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -12,7 +12,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="weekendHourEnd" column="weekend_hour_end" />
</resultMap>

<select id="selectWorkTimeByDeptId" parameterType="Long" resultMap="SysDeptExtResult">
<select id="selectWorkTimeByDeptId" parameterType="java.lang.Long" resultMap="SysDeptExtResult">
select dept_id, workday_hour_start, workday_hour_end, weekend_hour_start, weekend_hour_end from sys_dept_ext u
where dept_id = #{deptId}
</select>


Loading…
Cancel
Save