From 3614f6f51205173e76cfabcb6586dd757be3a130 Mon Sep 17 00:00:00 2001 From: V-LiuShuang Date: Fri, 7 Aug 2026 15:28:55 +0800 Subject: [PATCH] add --- mis-table/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mis-table/SKILL.md b/mis-table/SKILL.md index bf219a3..00bffa6 100644 --- a/mis-table/SKILL.md +++ b/mis-table/SKILL.md @@ -21,7 +21,7 @@ description: 执行sql的时候需要参考该技能的说明 select part from log_agent_chat where del_flag = '0'; ``` -1. 根据切片号查询并合并各个切片表的数据 +2. 根据切片号查询并合并各个切片表的数据 ```sql select * from log_agent_chat_1 where chat_window_id = <会话ID> @@ -122,7 +122,7 @@ select * from mis-agent.agent_usage_stats_daily where agent_id = <智能体ID> o select * from mis-agent.project_stats_registry ``` -1. 查询项目统计数据 +2. 查询项目统计数据 ```sql select * from mis-agent.project_data_stats_daily where project_id =