Skip to content

Commit

Permalink
Merge pull request #15910 from binggchen/master-4
Browse files Browse the repository at this point in the history
Update 数据模型方法.md
  • Loading branch information
v-zuofanye authored Aug 21, 2023
2 parents ed3770f + c671190 commit 401d16d
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 401d16d

Please sign in to comment.