mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 02:37:16 +08:00
【新增】增加通过userId获取职位列表api
This commit is contained in:
@@ -120,4 +120,12 @@ public interface SysUserApi {
|
||||
* @date 2024/7/19 9:54
|
||||
*/
|
||||
List<JSONObject> listUserWithoutCurrent();
|
||||
|
||||
/**
|
||||
* 获取用户的职位列表
|
||||
*
|
||||
* @author xuyuxiang
|
||||
* @date 2022/6/20 18:19
|
||||
**/
|
||||
List<JSONObject> getPositionListByUserId(String userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user