若依
2023-11-28 f880dee7a4d90074940939a6ff9ceef18ed2f5f4
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);
    /**
     * 查询用户所属岗位组