RuoYi
2021-12-15 d7be65ea567ee9d0261c086e19ec19c61fd9e737
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);
    }