yumoqing 8fe844be48 refactor: remove uapiset from sor_get_uapi()
Remove uapiset intermediate table from JOIN chain. auth_apiname is now
read directly from upapp table.

Before: JOIN uapi a, upapp b, uapiset c WHERE b.apisetid = c.id
After:  JOIN uapi a, upapp b (auth_apiname from upapp)
2026-05-20 15:36:01 +08:00
..
2025-07-16 14:20:27 +08:00
2026-04-07 13:43:02 +08:00
2026-04-20 13:41:03 +08:00
2026-03-27 14:05:23 +08:00