2026-03-27 d0b101c3cdbd9c9b1929232e768b5b8f72b6352a
src/main/resources/mapper/system/SysUserDeptMapper.xml
@@ -24,4 +24,7 @@
            </if>
        </where>
    </select>
    <select id="selectUserIdByDeptId" resultType="java.lang.Long">
        SELECT user_id FROM sys_user_dept WHERE dept_id = #{deptId}
    </select>
</mapper>