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
相關文章
相關標籤/搜索