Mybatis使用IN語句查詢

  1、Mybatis使用IN語句查詢 寫法一: 在SQL語法中若是咱們想使用in的話直接能夠像以下同樣使用:java select * from ec_org_person where state in ('1','2', '3' )   可是若是在MyBatis中的使用in的話sql <select id="findPersonByLogNameAndEntity" parameterClas
相關文章
相關標籤/搜索