97 lines
2.1 KiB
JSON
97 lines
2.1 KiB
JSON
{
|
|
"meta": {
|
|
"$_GET": [
|
|
{
|
|
"type": "text",
|
|
"name": "sort"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "dir"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "id"
|
|
}
|
|
]
|
|
},
|
|
"exec": {
|
|
"steps": {
|
|
"name": "query",
|
|
"module": "dbconnector",
|
|
"action": "single",
|
|
"options": {
|
|
"connection": "DB",
|
|
"sql": {
|
|
"type": "select",
|
|
"columns": [
|
|
{
|
|
"table": "da",
|
|
"column": "ID"
|
|
},
|
|
{
|
|
"table": "da",
|
|
"column": "db_SignatureData"
|
|
}
|
|
],
|
|
"params": [
|
|
{
|
|
"operator": "equal",
|
|
"type": "expression",
|
|
"name": ":P1",
|
|
"value": "{{$_GET.id}}",
|
|
"test": "95"
|
|
}
|
|
],
|
|
"table": {
|
|
"name": "da"
|
|
},
|
|
"primary": "ID",
|
|
"joins": [],
|
|
"query": "select `ID`, `db_SignatureData` from `da` where `da`.`ID` = ?",
|
|
"wheres": {
|
|
"condition": "AND",
|
|
"rules": [
|
|
{
|
|
"id": "da.ID",
|
|
"field": "da.ID",
|
|
"type": "double",
|
|
"operator": "equal",
|
|
"value": "{{$_GET.id}}",
|
|
"data": {
|
|
"table": "da",
|
|
"column": "ID",
|
|
"type": "number",
|
|
"columnObj": {
|
|
"type": "increments",
|
|
"primary": true,
|
|
"unique": false,
|
|
"nullable": false,
|
|
"name": "ID"
|
|
}
|
|
},
|
|
"operation": "="
|
|
}
|
|
],
|
|
"conditional": null,
|
|
"valid": true
|
|
}
|
|
}
|
|
},
|
|
"output": true,
|
|
"meta": [
|
|
{
|
|
"type": "number",
|
|
"name": "ID"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"sub": [],
|
|
"name": "db_SignatureData"
|
|
}
|
|
],
|
|
"outputType": "object",
|
|
"type": "dbconnector_single"
|
|
}
|
|
}
|
|
} |