RuoYi
2024-06-30 99e66bf11c38ebe2f21f73b956918468eae4929c
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysPostMapper.java
@@ -39,7 +39,7 @@
     * @param userId 用户ID
     * @return 选中岗位ID列表
     */
    public List<Integer> selectPostListByUserId(Long userId);
    public List<Long> selectPostListByUserId(Long userId);
    /**
     * 查询用户所属岗位组