摘要: Mybatis 批量添加xml写法 (自增id) 1、Mapper里面写法 @Param指明参数名称 public int insertBatchKernelZhiRecord(@Param("recordList") List<KernelZhiRecord> recordList); 2、Xml 阅读全文
posted @ 2024-11-19 15:28 飞快的蜗牛 阅读(377) 评论(0) 推荐(0)