fix: upapp uapi subtable should link by upappid not apisetid

After removing uapiset, each upapp owns its uapi records directly.
Subtable field changed from apisetid to upappid.
This commit is contained in:
yumoqing 2026-05-20 15:46:50 +08:00
parent 98df132a78
commit 3d11ff3dc1

View File

@ -18,7 +18,7 @@
"title": "APIKEY"
},
{
"field":"apisetid",
"field":"upappid",
"subtable": "uapi",
"title": "API"
}