From 6af40e7308c16088bc8c84f2701922d4359ca264 Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 23 Oct 2025 14:06:45 +0800 Subject: [PATCH] feat: improve generate sql template --- backend/templates/template.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/templates/template.yaml b/backend/templates/template.yaml index 5761ff8b..66146c37 100644 --- a/backend/templates/template.yaml +++ b/backend/templates/template.yaml @@ -9,7 +9,6 @@ template: query_limit: | 如果用户没有指定数据条数的限制,输出的查询SQL必须加上1000条的数据条数限制。 - 如果用户指定的限制大于1000,则按1000处理。 no_query_limit: |