更新 knowledge.md
This commit is contained in:
@@ -796,6 +796,7 @@ meeting_with_room_and_agenda_wo示例:
|
|||||||
</code>
|
</code>
|
||||||
- **创建读方案易错点,必须严格参照,如果违背则为非法读方案**
|
- **创建读方案易错点,必须严格参照,如果违背则为非法读方案**
|
||||||
- 读方案查询语法中,#name == 'a' 或 #type isNull为非法,原因是参数不能在操作符的左侧
|
- 读方案查询语法中,#name == 'a' 或 #type isNull为非法,原因是参数不能在操作符的左侧
|
||||||
|
- 读方案查询语法中,判空语句只有以下三种是合法的:1.name isNull;2.name isNotNull;3.name isNullOrNot #nameIsNull(参数名可以按需指定)
|
||||||
- 读方案至少需要选择一种返回方式,请设置supportPagination为true或者supportWaterfall为true或者supportQueryAll或者supportCount为true
|
- 读方案至少需要选择一种返回方式,请设置supportPagination为true或者supportWaterfall为true或者supportQueryAll或者supportCount为true
|
||||||
- 如果读方案的supportPagination为true或者supportWaterfall为true,则必须至少设置一个默认排序字段
|
- 如果读方案的supportPagination为true或者supportWaterfall为true,则必须至少设置一个默认排序字段
|
||||||
- **读方案设计元素的表达**
|
- **读方案设计元素的表达**
|
||||||
|
|||||||
Reference in New Issue
Block a user