| | |
| | | package com.ruoyi.system.service.impl;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import org.springframework.beans.factory.annotation.Autowired;
|
| | | import org.springframework.stereotype.Service;
|
| | |
|
| | | import com.ruoyi.common.core.constant.UserConstants;
|
| | | import com.ruoyi.common.core.exception.ServiceException;
|
| | | import com.ruoyi.common.core.utils.StringUtils;
|
| | |
| | | * @return 选中岗位ID列表
|
| | | */
|
| | | @Override
|
| | | public List<Integer> selectPostListByUserId(Long userId)
|
| | | public List<Long> selectPostListByUserId(Long userId)
|
| | | {
|
| | | return postMapper.selectPostListByUserId(userId);
|
| | | }
|