From 9edce3e80c104602d5596cc3877cd46b3e04d596 Mon Sep 17 00:00:00 2001 From: oyo Date: Mon, 27 Oct 2025 14:58:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20knowledge.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- knowledge.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/knowledge.md b/knowledge.md index cd2ea17..31f0254 100644 --- a/knowledge.md +++ b/knowledge.md @@ -794,6 +794,10 @@ meeting_with_room_and_agenda_wo示例: } @detectDelim +- **创建读方案易错点,必须严格参照,如果违背则为非法读方案** + - 读方案查询语法中,#name == 'a' 或 #type isNull为非法,原因是参数不能在操作符的左侧 + - 读方案至少需要选择一种返回方式,请设置supportPagination为true或者supportWaterfall为true或者supportQueryAll或者supportCount为true + - 如果读方案的supportPagination为true或者supportWaterfall为true,则必须至少设置一个默认排序字段 - **读方案设计元素的表达** - 以json格式表达,json schema 定义如下 ```json