| src/main/resources/mapper/staff/PersonalShiftMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/staff/PersonalShiftMapper.xml
@@ -20,6 +20,7 @@ LEFT JOIN staff_on_job u ON u.id = s.staff_on_job_id LEFT JOIN personal_attendance_location_config palc ON palc.id = s.personal_attendance_location_config_id <where> u.id IS NOT NULL <if test="sysDeptId != null and sysDeptId != ''"> and u.sys_dept_id = #{sysDeptId} </if>