Tencent / APIJSON

🏆 实时 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构 🏆 Real-Time coding-free, powerful and secure ORM 🚀 providing APIs and Docs without coding by Backend, and the returned JSON of API can be customized by Frontend(Client) users
http://apijson.cn
Other
17.3k stars 2.16k forks source link

【APIJSON嵌套查询】关于APIJSON查询树级结构返回数据不正确的问题,在线救急!!求大佬帮忙~ #761

Open AwenJackson opened 2 months ago

AwenJackson commented 2 months ago

Description

表结构如下: image

APIJSON查询请求参数如下: image

返回的接口数据如下: image

但是返回的数据中authorinfo的数据返回不正确,正确的返回数据应该是如下(手动拼接的):

image

我想问一下,我的请求参数哪里写的有问题? 是不是这里写的有问题"parent_tb_id@": "author[]/P33708_c_author/authordesc[]/P33708_c_authordesc/id"

@TommyLemon 大佬,麻烦帮我看一下哈,谢谢~~~

TommyLemon commented 2 months ago

@explain: true 或者控制台看下生成的 SQL 是否正确,以及直接在数据库执行结果是否正确。 另外 数组对象 不建议嵌套在 表对象 里,这样加深了不必要的层级,也用不了 SQL JOIN。