2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java17,967 stars (17,967 stars)2,229 forks (2,229 forks)batch import
Enhancement 增强help wanted
Description
Description
请问一下这种一个字段记录其他表多个id的情况,通过apijson如何关联查询id对应的名称
Contributor guide
- Tech stack
- java
- Domain
- backenddatabase
- Issue type
- documentation
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Understanding of APIJSONRelational database basicsJSON query syntax
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- The issue asks how to query names for multiple IDs stored in a single field referencing other tables using APIJSON. A maintainer or contributor should explain APIJSON's support for array fields and foreign key queries, possibly referencing the documentation on 'Remote' or 'Function' features. The answer should include an example JSON request showing how to specify the target table and fields. Additionally, the community may benefit from a code snippet or link to relevant documentation.