-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Demo项目多表插入报错 #512
Comments
是个 bug,我这边复现了,改用 5.4.0 以下试试 |
@aldag crud: {
"@post": {
"User:aa": {
"@datasource": "db2"
},
"User_address[]": {
"@datasource": "db2"
}
},
"User:aa": {
"username": "test-3",
"password": "233223",
"state": 1
},
"ES_blog:a": {
"@datasource": "elasticSearch",
"title.keyword": "test-2"
},
"User_address[]": [
{
"user_id@": "User:aa/id",
"addr": "ddd",
"count@": "ES_blog:a/count"
},
{
"user_id@": "User:aa/id",
"addr": "ddd1",
"count@": "ES_blog:a/count"
}
],
"@explain": true,
"format": true
} |
这里不应该只 requestItem.put(_key, obj),丢了 "Request":{} 对象导致 objectVerify 抛异常, 可以改下源码试试,如果可以麻烦提 PR 贡献下代码哦,开源要大家一起参与贡献才会更美好~ |
@wahowaho |
@cloudAndMonkey 好滴好滴 ^_^ |
@cloudAndMonkey @aldag @wahowaho |
APIJSON Version/APIJSON 版本号
6.0.0
Database Type & Version/数据库类型及版本号
mysql 5.7.38
Environment/环境信息
APIAuto Screenshots/APIAuto 请求与结果完整截屏
Current Behavior/问题描述
Expected Behavior/期望结果
No response
Any additional comments?/其它补充说明?
No response
The text was updated successfully, but these errors were encountered: