浏览代码

排序 sorts

zhouhao 8 年之前
父节点
当前提交
a6b87470a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hsweb-commons/hsweb-commons-controller/README.md

+ 1 - 1
hsweb-commons/hsweb-commons-controller/README.md

@@ -43,7 +43,7 @@ where name like '张%' and (age>10 and age <18)
 
 
 4. 排序
 4. 排序
 ```html
 ```html
-sort[0].name=age&sort[0].order=desc
+sorts[0].name=age&sorts[0].order=desc
 ```
 ```
 等同于sql
 等同于sql
 ```sql
 ```sql