RuoYi
2022-01-04 31f55ea1de6f788a93c539ee025d324d40a9dc19
src/main/java/com/ruoyi/project/system/service/impl/SysPostServiceImpl.java
@@ -67,7 +67,7 @@
     * @return 选中岗位ID列表
     */
    @Override
    public List<Integer> selectPostListByUserId(Long userId)
    public List<Long> selectPostListByUserId(Long userId)
    {
        return postMapper.selectPostListByUserId(userId);
    }