diff --git a/app/api/myInsertMeta.json b/app/api/myInsertMeta.json index a4771ca..318bb18 100644 --- a/app/api/myInsertMeta.json +++ b/app/api/myInsertMeta.json @@ -25,13 +25,15 @@ "table": "da_meta", "column": "da_id", "type": "number", - "value": "{{$_GET.da_id}}" + "value": "{{$_GET.da_id}}", + "recid": 1 }, { "table": "da_meta", "column": "obj_dataStore", "type": "text", - "value": "{{$_GET.obj_datastore}}" + "value": "{{$_GET.obj_datastore}}", + "recid": 2 } ], "table": "da_meta", diff --git a/views/index0.ejs b/views/index0.ejs index 961132b..89aac8d 100644 --- a/views/index0.ejs +++ b/views/index0.ejs @@ -418,7 +418,7 @@ --> -