Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 数据模型方法.md #15910

Merged
merged 1 commit into from
Aug 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ module.exports = async function (params, context) {
| 关系 | where[].rel | 文本 | 是 | 判断关系。可选值: "eq"表示相等,"neq"表示不相等,"lt"表示小于,"lte"表示小于或等于,"gt"表示大于,"gte"表示大于或等于,"search"表示包含文字内容 |
| 值 | where[].val | - | 是 | 判断值。根据字段类型写入不同的值 |
| 页码 | pageNo | 数字 | 否 | 从1开始 |
| 每页记录数 | pageSize | 数字 | 否 | 每次查询的最大记录数 |
| 每页记录数 | pageSize | 数字 | 否 | 每次查询的最大记录数,默认为10,如需设置为其它值,需要和pageNo配合使用,两者同时指定才会生效 |
| 排序字段名称 | orderBy | 文本 | 否 | 按某个字段进行排序 |
| 排序方式 | orderType | 文本 | 否 | "desc" 表示降序,"asc"表示升序 |

Expand Down