Skip to content

3.0.5 release

Compare
Choose a tag to compare
@zhou-hao zhou-hao released this 16 Jan 07:19
· 910 commits to master since this release
6aedf5f
  1. 修复bug
  2. 优化数据权限控制
  3. 优化自动建表,增加索引
  4. 增加动态查询表达式,前端可以使用更简洁的查询条件作为参数
 /user?termExpression=name is 张三 and age gt 10

 /user?termExpression=name is 张三 and (age lt 10 or age gt 60)