yys
2 天以前 bf84fec7d8dd5e7fbcc93030b8d83da7ec0ece91
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>