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拼接功能
2016 © donet5.comApache Licence 2.0