diff --git a/docker/docker-compose/sql/20241105/nx_llm.sql b/docker/docker-compose/sql/20241105/nx_llm.sql index bdb9713..e4409eb 100644 --- a/docker/docker-compose/sql/20241105/nx_llm.sql +++ b/docker/docker-compose/sql/20241105/nx_llm.sql @@ -325,3 +325,4 @@ INSERT INTO nx_llm.evidence_category (id, code, case_type, category_name, icon_u INSERT INTO nx_llm.evidence_category (id, code, case_type, category_name, icon_url, parent_id, create_user_id, create_time, update_user_id, update_time) VALUES (19, null, '1', '公文书证', null, '1', null, CURRENT_TIMESTAMP, NULL, NULL); +INSERT INTO `nx_llm`.`com_dictionary` (`name`, `code`, `pid`, `type`, `status`, `note`, `priority`, `creator`, `update_time`, `create_time`, `updater`, `data_status`, `create_user_id`, `update_user_id`) VALUES ('结构化查询', '5', 3, 'index_source', '1', NULL, 0, NULL, CURRENT_TIMESTAMP, NULL, NULL, '1', NULL, NULL);