doum
8 天以前 e46bfa3ff94a8a1b4daf37c7fcb79c2fab22a72c
server/system_service/src/main/java/com/doumee/dao/system/SystemPositionMapper.java
@@ -10,14 +10,14 @@
    /**
     * 查询管理列表
     * @author Eva.Caesar Liu
     * @author doumee
     * @date 2023/03/21 14:49
     */
    List<SystemPositionListVO> selectManageList();
    /**
     * 查询用户岗位列表
     * @author Eva.Caesar Liu
     * @author doumee
     * @date 2023/03/21 14:49
     */
    List<SystemPosition> selectByUserId(Integer userId);