APIJSON icon indicating copy to clipboard operation
APIJSON copied to clipboard

🏆 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🏆 A JSON Transmission Protocol and an ORM Library 🚀 provides APIs and Docs without writing any co...

Results 288 APIJSON issues
Sort by recently updated
recently updated
newest added

### Description 你好,作者,想咨询一下,apijson6.3.0版本,配置IS_UPDATE_MUST_HAVE_ID_CONDITION = false后,将其他条件作为修改或者删除的where条件,参数该如何写呢 https://github.com/Tencent/APIJSON/issues/509,查了一下这个需要引入apijson-router,不引入可以实现这个功能吗

Question 使用问题
Document 文档

### Description ![1722344497945](https://github.com/user-attachments/assets/64487f08-7441-42d3-8fc4-69262c40404d) 目前想到的方案是targetValueList为空时,默认添加一个值,最终SQL:select xxx from xxx in (0),只是这个方案会走一个无用查询,但是不至于导致最终结果都为空,不知道作者有没有更好的方案? ![image](https://github.com/user-attachments/assets/6b6550f9-dc05-4a0e-af15-82ebafb06694)

### Description 我实现了一个新的函数,重启了项目。访问的时候提示 PUT 请求,remarks() 不合法!非开放请求不允许传远程函数 key():"fun()" ! public String getCurrentUsername(JSONObject curObj) { try { return SecurityUtils.getUser().getUsername(); } catch (Exception e) { log.warn(e.getMessage()); } return null; } INSERT INTO `zcloudx_codegen`.`function`...

Question 使用问题
Document 文档
RFC 远程函数调用

### Description postgresql数据库有一列id的类型为uuid,通过以下方式过滤数据库会提示两边类型不匹配的异常:operator does not exist: uuid = character varying ``` { ... "id":"e94f8127-1dee-4f12-aefe-34f7fc601231" .... } ``` 编写了一个函数进行远程函数调用 ``` ..... public Object uuidStr(@NotNull JSONObject current, String uuid) { try {...

Question 使用问题
Document 文档
RFC 远程函数调用

### Description cosmoplat.com/platform

Fortune500 财富500强

### Description cosmoplat.com/platform

Popularize 宣传/推广/布道
Fortune500 财富500强

### Description ``` SELECT count(1) FROM report_contract_assessment_terms WHERE GREATEST(contract_start_date, '2024-03-01')

Enhancement 增强
Document 文档

### APIJSON Version/APIJSON 版本号 7.0.3 ### Database Type & Version/数据库类型及版本号 msyql 8 ### Environment/环境信息 ```markdown - JDK/基础库: oracle jdk 21 - OS/系统: macOS Sonoma ``` ### APIAuto Screenshots/APIAuto 请求与结果完整截屏 略...

Bug 漏洞

### APIJSON Version/APIJSON 版本号 6.1.0 ### Database Type & Version/数据库类型及版本号 MySQL8 ### Environment/环境信息 ```markdown - JDK/基础库:1.8 - OS/系统:Linux centos7/window10 ``` ### APIAuto Screenshots/APIAuto 请求与结果完整截屏 有数据正常返回 ![image](https://github.com/Tencent/APIJSON/assets/31918243/a92bd994-a7ad-4369-9034-a20d699fa514) 查询不到数据时,期望返回每个key,而不是像这样什么都不返回 ![image](https://github.com/Tencent/APIJSON/assets/31918243/74811ad8-d5dd-4a07-aef2-b1c3136724da) ### Current...

Question 使用问题

### Description 6.1.0版本 jdk8 1. 查询不到数据,出参应该有当前结构而不是什么都不返回怎么设置呢,且某个字段为空也要返回当前key; 2. 入参空字符串不作为where条件; 3. 如何添加默认的入参?

描述简陋或态度无礼,7天内未改好将关闭或删除!先看完常见问题 issues/36 再按要求提问!