请让我知道,如何使用带注释的映射器在mybatis中执行批量插入/更新。
你可以像这样:
@Insert({ "" }) int insertBatch(@Param("dmoList") List dmoList);