goods同步
This commit is contained in:
@@ -60,6 +60,7 @@ public class MybatisPlusConfig {
|
||||
ignoreTables.add("industry_tags"); // 行业标签(示例:如认为是公共字典)
|
||||
ignoreTables.add("menu"); // 菜单表(不需要租户隔离)
|
||||
ignoreTables.add("ai_prompts"); // AI 提示词全局配置,表无 tenant_id 字段
|
||||
ignoreTables.add("lb_third_integration_config"); // 每租户一条,按 tenant_id 显式查询,不走插件自动拼接
|
||||
|
||||
return new TenantLineHandler() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user