3.0.5 release
zhou-hao
released this
16 Jan 07:19
·
910 commits
to master
since this release
- 修复bug
- 优化数据权限控制
- 优化自动建表,增加索引
- 增加动态查询表达式,前端可以使用更简洁的查询条件作为参数
/user?termExpression=name is 张三 and age gt 10
/user?termExpression=name is 张三 and (age lt 10 or age gt 60)