Mybatis使用IN语句查询

1、简介html 在SQL语法中若是咱们想使用in的话直接能够像以下同样使用:java select * from HealthCoupon where useType in ( '4' , '3' ) 可是若是在MyBatis中的使用in的话,像以下去作的话,确定会报错: Map<String, Object> selectByUserId(@Param("useType") String us
相关文章
相关标签/搜索