Commit 23e49d4b authored by 赵啸非's avatar 赵啸非

添加测试app数据动态访问排序

parent 649cc71f
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</plugin> </plugin>
<plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor"> <plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor">
<property name="enableExecutorTime" value="false" /> <property name="enableExecutorTime" value="false" />
<property name="showSql" value="false" /> <property name="showSql" value="true" />
</plugin> </plugin>
</plugins> </plugins>
</configuration> </configuration>
\ No newline at end of file
...@@ -32,17 +32,22 @@ Content-Type: application/json ...@@ -32,17 +32,22 @@ Content-Type: application/json
{ {
"fieldName": "部门", "fieldName": "部门",
"fieldValue": "市公安局" "fieldValue": "市公安局"
},{ },
{
"fieldName": "员工姓名", "fieldName": "员工姓名",
"fieldValue": "%黄%" "fieldValue": "%黄%"
}, },
{ {
"fieldValueList": ["员工姓名"] "fieldValueList": [
"员工姓名"
]
} }
], ],
"page": 1, "page": 1,
"size": 10 "size": 10,
"orderCols": {
"id":"asc"
}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment