int 、string等
select * from userinfo where id = {int:id}
int[] 、string[]等
//前端传 [1,2,3] 可以序列化的字符串 select * from userinfo where id in ( {int[]:ids} )
就是jwt里面的key用于存储用户表信息
select * from userinfo where id= {ClaimKey:id}
版本要求: 1.6.18+
当我条件为空我不需要这个条件的时候
我们可以使用 [[ and 字段={int:xxx} ]] 来实现 WhereIF拼接功能
步骤:返回类型选择分页
注意点:唯一需要注意的是OrderBy的列名需要是Select中的列名
select name as name2那么orderby就只能是name2
2016 © donet5.comApache Licence 2.0