mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 10:47:16 +08:00
【新增】增加获取用户列表(排除当前用户)接口
This commit is contained in:
@@ -112,4 +112,12 @@ public interface SysUserApi {
|
||||
* @date 2022/4/24 20:08
|
||||
*/
|
||||
Page<JSONObject> userSelector(String orgId, String searchKey);
|
||||
|
||||
/**
|
||||
* 获取用户列表(排除当前用户)
|
||||
*
|
||||
* @author chengchuanyao
|
||||
* @date 2024/7/19 9:54
|
||||
*/
|
||||
List<JSONObject> listUserWithoutCurrent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user