mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 10:47:16 +08:00
【升级】大数据下的优化
This commit is contained in:
@@ -177,4 +177,14 @@ public interface SaBaseLoginUserApi {
|
||||
* @date 2022/3/10 16:14
|
||||
**/
|
||||
void doRegister(String account, String password);
|
||||
|
||||
/**
|
||||
* 刷新用户数据范围预计算表
|
||||
*
|
||||
* @param userId 用户ID
|
||||
* @param dataScopeList 用户的数据范围集合(per-API维度)
|
||||
* @author yubaoshan
|
||||
* @date 2026/2/12
|
||||
*/
|
||||
void refreshUserDataScope(String userId, List<SaBaseLoginUser.DataScope> dataScopeList);
|
||||
}
|
||||
|
||||
@@ -81,4 +81,12 @@ public interface SysOrgApi {
|
||||
* @date 2025/01/10 14:45
|
||||
**/
|
||||
List<JSONObject> getOrgListByIdListWithoutException(List<String> orgIdList);
|
||||
|
||||
/**
|
||||
* 清除组织缓存
|
||||
*
|
||||
* @author yubaoshan
|
||||
* @date 2026/2/12
|
||||
**/
|
||||
void clearOrgCache();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user