用户同步
This commit is contained in:
@@ -53,7 +53,7 @@ public class HxrAdminProperties {
|
||||
* 用户列表接口 URL(可含默认查询串);实际请求会覆盖 {@code mobile} 等参数。
|
||||
*/
|
||||
private String userSelectUrl =
|
||||
"https://hxrdhoutai.hxrdsm.cn/app/admin/user/select?page=1&limit=20";
|
||||
"https://hxrdhoutai.hxrdsm.cn/app/admin/user/select?page=1&limit=90";
|
||||
|
||||
/**
|
||||
* 用户更新接口 URL。
|
||||
|
||||
@@ -60,7 +60,6 @@ public class MybatisPlusConfig {
|
||||
ignoreTables.add("industry_tags"); // 行业标签(示例:如认为是公共字典)
|
||||
ignoreTables.add("menu"); // 菜单表(不需要租户隔离)
|
||||
ignoreTables.add("ai_prompts"); // AI 提示词全局配置,表无 tenant_id 字段
|
||||
ignoreTables.add("lb_user"); // LB 用户表,表无 tenant_id 字段
|
||||
|
||||
return new TenantLineHandler() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user