需要在service使用多主键相关操作包括saveOrUpdateByMultiId和批量操作updateBatchByMultiId和saveOrUpdateBatchByMultiId,可以直接继承IMppService接口。 service层继承IMppService接口和MppServiceImpl public interface Test07Service extends IMppService<Test07Entity> { } public class Test07ServiceImpl ex... Mybatisplus-plus 1.5.0 发布,新增服务层根据复合主键批量更新操作下载地址