You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final LogicTableExecutor logicTableExecutor = new LogicTableExecutor("httpapi");
int update = logicTableExecutor.update("update target_table set eventType='3' where routeName = 'yxffcode1' ");
insert,delete is ok!
thanks!
The text was updated successfully, but these errors were encountered:
{
"version": "1.0",
"defaultSchema": "httpapi",
"schemas": [
{
"name": "httpapi",
"type": "custom",
"factory": "cn.yxffcode.yugo.obj.http.HttpApiSchemaFactory",
"operand": {
"checker": {
"codeKey": "code",
"successValue": 0,
"dataKey": "data",
"errMsgKey": "msg"
},
"tables": [
{
"name": "route_list",
"url": "http://localhost:8088/route/list",
"columns": [
{
"name": "page",
"key": true
},
{
"name": "page_size",
"key": true,
"mapping": "limit"
},
["routeName", "eventType", "eventCode"]
]
},
{
"name": "target_table",
"url": "http://localhost:8088/test/insert",
"method": "post",
"columns": [
["routeName", "eventType", "eventCode"]
]
}
]
}
}
]
}
insert,delete is ok!
thanks!
The text was updated successfully, but these errors were encountered: