9 天以前 d3a5c4420a7daf89bc9832f22ca8ed9d7e1adaf9
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>