src/main/java/com/ruoyi/common/config/IgnoreTableConfig.java
@@ -36,6 +36,14 @@ IGNORE_TABLES.add("gen_table"); IGNORE_TABLES.add("sys_notice"); IGNORE_TABLES.add("sys_user_client"); IGNORE_TABLES.add("gen_table_column"); IGNORE_TABLES.add("product_model"); IGNORE_TABLES.add("ai_chat_session"); IGNORE_TABLES.add("product"); // 生产核算配置表没有 dept_id 列,若被追加部门数据权限条件会直接 SQL 报错 IGNORE_TABLES.add("production_costing_process"); IGNORE_TABLES.add("production_costing_standard"); IGNORE_TABLES.add("production_costing_factor"); IGNORE_TABLES.add("production_costing_workday"); } }