lihengming/spring-boot-api-project-seed

xml编写updateSelective类似方法?

johndng opened this issue · 0 comments

Mapper.xml如何生成 insertSelective、updateSelective类似的方法?以下设置并无效果:
tableConfiguration.setCountByExampleStatementEnabled(true);
tableConfiguration.setUpdateByExampleStatementEnabled(true);