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