震动西牛

文章
4
资源
0
加入时间
2年10月17天

MyBatis 多字段IN查询

目标SQL:select * from demo t where (t.id, t.name) in (('1001', '张三'), ('1002', '李四'));Mapper接口定义://mapper接口定义List<Map<String, Object>> getResult(@Param("list") List<Map<String, String>>