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.26k stars 2.16k forks source link

[Bug] 批量新增和修改报错417 #736

Closed ansyxpf closed 5 months ago

ansyxpf commented 5 months ago

APIJSON Version/APIJSON 版本号

6.1.0

Database Type & Version/数据库类型及版本号

5.6.25

Environment/环境信息

- JDK/基础库:1.8.0_342
- OS/系统:MasOS Sonoma 14.3.1(23D60) Intel

APIAuto Screenshots/APIAuto 请求与结果完整截屏

https://smms.app/image/7AQaDr1upsFIwjJ

Current Behavior/问题描述

批量新增和修改都报错417,找不到解决方案

Expected Behavior/期望结果

单个修改可以正常使用,期望批量修改也可以正常使用

Any additional comments?/其它补充说明?

No response

TommyLemon commented 5 months ago

看起来应该是重写了 getIdKey return null 导致 NPE 空指针异常,这个值不能为 null

image
ansyxpf commented 5 months ago

重写 getIdKey 方法错误导致的批量修改报错

看起来应该重写了 getIdKey 返回 null 导致 NPE 空指针异常,这个值不能为 null 图像