-
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
图形化拖拽生成json执行语句 #471
Comments
其它 BG 有同事做了,但暂时应该不会开源。 APIAuto 新增支持: 2.自动推荐智能补全参数(APIJSON) 已经比以上在表格 UI 上点点选选的方案要方便高效很多了。 |
支持传这个子查询条件,但还是必须再传 id/id{} ,可以改下源码 |
我这边的场景是: |
增删改查都支持,能根据权限角色配置、参数校验规则来生成,还能点 [' / "] 按钮切换生成简单接口模式,多点点试试 |
嗯, 需要的场景不一样 |
@TommyLemon 我思考了一下 ,按照上面的解决方案, 存在控制粗力度的问题. |
@TommyLemon 但是有一种情况,你看看需不需要处理: 需要调整sql语句,将子查询包一层(select * from (子查询) as xxx) |
赞,也可以根据 MySQL 版本来做不同处理 |
是这样,静态变量做全局处理,特殊接口用 Operation.MUST id/id{} 做自定义处理。 |
@TommyLemon 请问这个功能实现了吗?
The text was updated successfully, but these errors were encountered: