Mybatis注解方式动态拼接SQL

  • @Update
@Update("")
@Select({
        ""
})
List getUserById(@Param("ids") List ids);

 

你可能感兴趣的:(mybatis)