We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在Roadmap里看到支持逻辑删除?但是并没看到相关代码?想知道4.7.2版本下支持逻辑删除么?应该怎么做?
The text was updated successfully, but these errors were encountered:
用 /put,修改业务上已删除的标识字段,例如把 is_deleted 改为 1 https://github.com/Tencent/APIJSON/blob/master/Document.md#3
Sorry, something went wrong.
谢谢回复,在需要查询未删除数据的时候应该把判断( is_deleted != 1)加在哪里呢?
直接在请求 JSON 表对象里加,或者在 DemoObjectParser 重写 newSQLConfig,RequestMethod.isQueryMethod(method, true) 时固定把 is_deleted, 0 加进去
No branches or pull requests
在Roadmap里看到支持逻辑删除?但是并没看到相关代码?想知道4.7.2版本下支持逻辑删除么?应该怎么做?
The text was updated successfully, but these errors were encountered: