Commit 0946927a authored by 赵啸非's avatar 赵啸非

更新事项,异步更新关联

parent c0cbd4e2
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
IF IF
( `fieldType` = 'date', '0', '1' ), ( `fieldType` = 'date', '0', '1' ),
`fieldValue` DESC; `fieldValue` DESC,
IF IF
( `fieldCode` = 'sort', '0', '1' ), ( `fieldCode` = 'sort', '0', '1' ),
......
...@@ -28,6 +28,7 @@ Content-Type: application/json ...@@ -28,6 +28,7 @@ Content-Type: application/json
{ {
"appId": 84, "appId": 84,
"fieldCode": "sort",
"orConditionList": [ "orConditionList": [
{ {
"fieldName": "部门", "fieldName": "部门",
...@@ -50,6 +51,19 @@ Content-Type: application/json ...@@ -50,6 +51,19 @@ Content-Type: application/json
} }
###自助终端应用数据集列表1
POST {{baseUrl}}/app/dataset/list
Content-Type: application/json
{
"appId": 54,
"page": 1,
"size": 10
}
###自助终端应用数据集更新与保存 ###自助终端应用数据集更新与保存
POST {{baseUrl}}/app/dataset/save POST {{baseUrl}}/app/dataset/save
Authorization: {{authToken}} Authorization: {{authToken}}
......
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