v3.9.0 数据库更新,解决多屏大屏示例不展示问题

This commit is contained in:
JEECG
2025-11-26 13:42:36 +08:00
parent 92a38f41b0
commit fdf7cd1f6b
2 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -82,3 +82,4 @@ INSERT INTO `onl_drag_page_comp` (`id`, `parent_id`, `page_id`, `comp_id`, `comp
-- -author:chenrui---date:2025-11-20-----for:[QQYUN-14043]【AI流程】工具节点 - 直接调用api插件工具不使用LLM---
INSERT INTO `airag_flow` (`id`, `create_by`, `create_time`, `update_by`, `update_time`, `sys_org_code`, `tenant_id`, `application_name`, `name`, `descr`, `icon`, `chain`, `design`, `status`, `metadata`) VALUES ('1991101089171214338', 'admin', '2025-11-19 19:07:47', 'admin', '2025-11-20 15:04:46', 'A05A01A01', NULL, 'jeecg', '示例_工具节点', '', '', 'THEN(\n start.tag(\'start-node\'),\n tools.tag(\'254198464640012288\'),\n end.tag(\'254201908310396928\')\n).tag(\"start-node\")', '{\"nodes\":[{\"id\":\"start-node\",\"type\":\"start\",\"x\":300,\"y\":418,\"properties\":{\"text\":\"开始\",\"remarks\":\"\",\"options\":{},\"inputParams\":[{\"field\":\"content\",\"name\":\"用户问题\",\"type\":\"string\",\"required\":false},{\"field\":\"history\",\"name\":\"历史记录\",\"type\":\"string[]\",\"required\":false}],\"outputParams\":[],\"height\":92,\"width\":332}},{\"id\":\"254198464640012288\",\"type\":\"tools\",\"x\":768,\"y\":451,\"properties\":{\"text\":\"工具调用\",\"options\":{\"tools\":{\"pluginId\":\"1983851685196451842\",\"pluginName\":\"会议管理\",\"pluginCategory\":\"plugin\",\"toolName\":\"meetingRoomQuery\",\"toolDescr\":\"查询会议室(会议地点)列表\",\"toolParameters\":[{\"name\":\"pageNo\",\"description\":\"页码数\",\"required\":true,\"type\":\"String\",\"location\":\"Query\",\"value\":\"1\"},{\"name\":\"pageSize\",\"description\":\"每页数量\",\"required\":true,\"type\":\"String\",\"location\":\"Query\",\"value\":\"10\"},{\"name\":\"name\",\"description\":\"会议室名称,可以使用*来模糊查询比如(*123*\",\"required\":false,\"type\":\"String\",\"location\":\"Query\",\"value\":\"\"}],\"endpoint\":\"http://localhost:8080/jeecgboot\",\"path\":\"/eoa/metting/eoaMettingRoom/list\",\"method\":\"GET\",\"headers\":{\"12222\":\"123\"}}},\"inputParams\":[],\"outputParams\":[{\"field\":\"result\",\"name\":\"执行结果\",\"type\":\"string\"}],\"height\":158,\"width\":332}},{\"id\":\"254201908310396928\",\"type\":\"end\",\"x\":1272,\"y\":429,\"properties\":{\"text\":\"结束\",\"options\":{\"outputText\":false,\"outputContent\":\"\"},\"inputParams\":[],\"outputParams\":[{\"field\":\"result\",\"name\":\"res\",\"nodeId\":\"254198464640012288\"}],\"height\":114,\"width\":332}}],\"edges\":[{\"id\":\"254198464644206592\",\"type\":\"base-edge\",\"sourceNodeId\":\"start-node\",\"targetNodeId\":\"254198464640012288\",\"sourceAnchorId\":\"start-node_output\",\"targetAnchorId\":\"254198464640012288_input\",\"pointsList\":[{\"x\":466,\"y\":403},{\"x\":566,\"y\":403},{\"x\":502,\"y\":403},{\"x\":602,\"y\":403}]},{\"id\":\"254201908314591232\",\"type\":\"base-edge\",\"sourceNodeId\":\"254198464640012288\",\"targetNodeId\":\"254201908310396928\",\"sourceAnchorId\":\"254198464640012288_output\",\"targetAnchorId\":\"254201908310396928_input\",\"pointsList\":[{\"x\":934,\"y\":403},{\"x\":1034,\"y\":403},{\"x\":1006,\"y\":403},{\"x\":1106,\"y\":403}]}]}', 'enable', '{\"outputs\":[{\"field\":\"result\",\"name\":\"res\",\"nodeId\":\"254198464640012288\"}],\"inputs\":[{\"field\":\"content\",\"name\":\"用户问题\",\"required\":false,\"type\":\"string\"},{\"field\":\"history\",\"name\":\"历史记录\",\"required\":false,\"type\":\"string[]\"}]}');
UPDATE onl_drag_page set type ='0', tenant_id = 0 WHERE id = '1151069555267260416';